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:
Create a csv file with 100 + header rows where there is /r inside the value of cell in row 30
read with fromCSV
check number of rows on the df
see number of rows is 30 (or 31, or 29 not sure)
Expected behavior
have 100 rows
Desktop (please complete the following information):
ubuntu 18.04
node 12
Additional context
Add any other context about the problem here.
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:
Expected behavior have 100 rows
Desktop (please complete the following information):
Additional context Add any other context about the problem here.