Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tFileInputfullRow-----tjavaRow----tExtractDelimitedField-------Main---YourOutput.
1. inTjavaRow generate code and write below statement.
output_row.line = input_row.line.replace("|", ";");
2. configure tExtractDelimitedField field component with filed-separator =";" and then add schema for same.
tFileInputfullRow-----tjavaRow----tExtractDelimitedField-------Main---YourOutput.
1. inTjavaRow generate code and write below statement.
output_row.line = input_row.line.replace("|", ";");
2. configure tExtractDelimitedField field component with filed-separator =";" and then add schema for same.