datatraveller1
datatraveller1
I have got a suggestion, please: I have searched for “Options” with Find All and get: `Search "Options" (86 hits in 1 file of 1 searched)` … It would be...
`version`: csvdiff version 1.4.0, running on MS Windows 11 command: `csvdiff file1.csv file2.csv -p0,6,1,13,18 > csvdiff_result.csv` After a few minutes the program crashes with: `fatal error: runtime: cannot allocate memory`...
I have a CSV file encoded with UTF8-BOM: ``` "first_column","second_column" "Hello","how are you" ``` This is a correct CSV file but there is the result: ```Record #0 has error: bare...