I have data that contains carriage returns. For that reason, I need a more complex row delimiter than just /n
The delimiter I would like to use is |~/n
. I have tried that, |~
+ /n
, and |~/n
. None have worked! Can someone suggest a syntax for this in Talend
? I am using the File Delimited
metadata.
Thank you!