Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a problem in the schema in file component and reject link.
The schema for reject link is not synchronize with the schema in file component.
Step to reproduce the issue :
1. Add a tFileInputDelimited
2. Edit the schema from tFileInputDelimited to add a column (column_1)
2. Add a tLogRow (log_1)
3. Connect tFileInputDelimited and tLogRow(log_1) with "row:Main"
4. Add a tLogRow (log_2)
5. Connect tFileInputDelimited and tLogRow (log_2) with "row:Reject"
6. Build => No problem
7. Edit the schema of tLogRow (log_1), add a new column (column_2) to output. Copy the new column to input. Click "OK"
8. Validate that schema from tFileInputDelimited has now two columns (column_1 & column_2)
9. Build => Problem
How I can force the "row:reject" to update the schema with the new schema in tFileInputDelimited ?
Thanks in advance
Dimitri
@dherla , if there is any changes in the schema then do the changes in tFileInputDelimitted component the schema popup message will come and you click on OK then it is population to reject link too.
Hello,
I try your solution but the problem still exist.
Any idea ?
Regards
Dimitri
@dherla , if there is any changes in the schema then do the changes in tFileInputDelimitted component the schema popup message will come and you click on OK then it is population to reject link too.
Hello,
I have added a dummy column in schema.
Thus, I propagate the change.
After, I remove the dummy column and propagate the change.
Now, it's good thanks.
Regards
Dimitri