Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a UTF-8 csv file with 248,995 LF-separated lines (header included).
tFileInputDelimited reads only 248,980 data rows, no rejects.
What should I be looking for in the data? Or in the component?
Thank you, TRF.
Excel and Talend (if CSV specified) are able to keep together in one field anything between two "s, including control characters.
So even if the number of lines of a .csv file (as read in notepad++) is higher than the number of rows read with Excel are different (adjusted for headers), the data rows are correct.
Not sure what the end system does with the LF's in a field...