Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please advise me below question. Thank you
I am trying to remove a string which has length of 7. For example, if PO "XXXXXXX" (7 digits) with string type, I will remove them from my report. If PO "XXXXXXXX" (8 digits) I will leave them in the report. I am not sure if Talend has a function to achieve my thought.
You could do this in the tMap by using filters. Add a filter to the output which checks if the length of the string == 8, this output would go to your report. If you wanted to send the rejects elsewhere, create a 2nd output and set 'Catach output rejects' to true.
You could do this in the tMap by using filters. Add a filter to the output which checks if the length of the string == 8, this output would go to your report. If you wanted to send the rejects elsewhere, create a 2nd output and set 'Catach output rejects' to true.