I have a requirement where a .DAT file with data delimited with a HEX code needs to be read in talend.
Below is the sample data -
I have tried tfileinputdelimited, tfileinputpositional, tfileinputraw but nothing worked as expected. The delimiter is a HEX 00x7 or BEL - click here
How can I read this kind of file in talend ?
Your help is appreciated. Thank you in advance.