Fixed handling of UTF8 encoded CSVs #1373

This commit is contained in:
Mike Farah
2022-10-08 13:12:50 +11:00
parent 1b8d399de4
commit 33ec66cfdd
5 changed files with 24 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
id,first,last
1,john,smith
1,jane,smith
1 id first last
2 1 john smith
3 1 jane smith