Christian Loitsch

Results 55 comments of Christian Loitsch

@kasecato I don't really understand why you reverted this commit. The correct behavior is to move to the next line. If some users don't like intellij keybindings, they should either...

Hi @jvgiordano ! How do you use the library? There are 2 possible ways: * you create a String in memory and write this string to the filesystem. * you...

@hedihadi Could you please confirm, that you are using the same file. If yes, did you try to adjust the EOL as mentioned in the first comment?

@hedihadi What happens if you use: ```dart var d = FirstOccurrenceSettingsDetector(eols: ['\r\n', '\n'], textDelimiters: ['"', "'"]); CsvToListConverter(csvSettingsDetector: d); ``` ?

Hello @Brada-Groep Could you please add an example csv file. Additionally could you please post the relevant dart lines.