You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm expecting to read csv files irrespective of different types of line breaks. But It is taking only one. I want to give newline option value as '\n', \r', '\r\n' instead of '\n' (String).
Feature Use Case
newline: ['\r', '\n', '\r\n']
Thanks,
Chikku
The text was updated successfully, but these errors were encountered:
Feature Proposal
I'm expecting to read csv files irrespective of different types of line breaks. But It is taking only one. I want to give newline option value as '\n', \r', '\r\n' instead of '\n' (String).
Feature Use Case
newline: ['\r', '\n', '\r\n']
Thanks,
Chikku
The text was updated successfully, but these errors were encountered: