Added basic CSV Parser

This commit is contained in:
2021-08-07 23:21:50 -07:00
parent 25c2669c6c
commit b4c2738bef
7 changed files with 227 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Column1,Column2,Column3,Column4
Row1-1,Row1-2,Row1-3,Row1-4
Row2-1,Row2-2,Row2-3,Row2-4
"A Simple Row that needs a ""quote"" mark.","A Simple Cell with, a comma.",A Simple cell with \0,"A Cell with
a newline"
1 Column1 Column2 Column3 Column4
2 Row1-1 Row1-2 Row1-3 Row1-4
3 Row2-1 Row2-2 Row2-3 Row2-4
4 A Simple Row that needs a "quote" mark. A Simple Cell with, a comma. A Simple cell with \0 A Cell with a newline