Closed kevinxxq closed 2 years ago
I am not sure I understand the problem.
Is the problem that the CsvToListConverter
splits the second line, even though it has a quote ("
) at the beginning and end of the line? That would indeed be a bug.
I have taken another look at your screenshot.
I find it strange that Time stamp
is offset by half a character. Is it possible that you CSV file contains some strange unicode character instead of a simple "
?
Closing for now.
Hi There, Thank you for the package. I tried to parse some csv file, but looks like there are something not working well.The numbers or timedate are deliminated with "\":
the code:
The data in csv file:
Thank you.