Gmousse / dataframe-js

No Maintenance Intended
https://gmousse.gitbooks.io/dataframe-js/
MIT License
460 stars 38 forks source link

[BUG] csv import handling for carriage return in text #98

Open alonisser opened 5 years ago

alonisser commented 5 years ago

Describe the bug when reading csv files it fails to import rows after a row containing a carriage return in the text To Reproduce Steps to reproduce the behavior:

  1. Create a csv file with 100 + header rows where there is /r inside the value of cell in row 30
  2. read with fromCSV
  3. check number of rows on the df
  4. see number of rows is 30 (or 31, or 29 not sure)

Expected behavior have 100 rows

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Gmousse commented 4 years ago

Hi, sorry for the delay, I wasn't active these days. I will look.