Hi there,
I created a dataport that reads data from a csv file that was created with Excel. The dataport reads every line correctly, except for the very last line! It skips it every time. Does anyone have a clue? Could it have something to do with the way excel stores csv files?
Best regards,
LD
0
Comments
The dataport doesn't even get to the last line, because when I insert a MESSAGE in the onbeforeimport trigger (to test if the line is read) the displayed line is not the last line but the one before that.
I am having exactly the same problem - except from the fact, that my code for manipulating and inserting the data in the table the data is already in the OnBeforeImportRecord trigger.
The last line of the csv file is not read by the dataport. ](*,)
I moved my code to the OnAfterImportRecord, and now it reads alle the lines and I do not get an empty line at the beginning. #-o