I'm facing an issue while processing data from a CSV file encoded in UTF-16LE. Despite configuring Talend to read the file with UTF-16LE encoding, the job executes without errors but reads 0 lines from the file.
Here are the details of my setup:
Encoding: UTF-16LE
Field Separator:|
Row Separator:LF("\n")
Text Enclosure:"
Header: 1 (if applicable)
Could anyone provide insights or suggestions on how to troubleshoot or resolve this problem? Any help would be greatly appreciated.