Can't import csv files with mixed line terminators #73
Labels
Comments
[milestone:id#50408 bulk edit command] |
(from [127]) [#73 state:fixed] Fixed an import bug with csv with line separators that aren't uniform. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example file I was sent started with \r\n line sep for the header part, and had \n line sep for the data part, and it mixed moneyGuru up when it was the time to sniff the field separators (all fields would end up in the same column).
The text was updated successfully, but these errors were encountered: