Polishing the CSV and Language Parser(s).

This commit is contained in:
2021-08-09 08:34:49 -07:00
parent b4c2738bef
commit 0ce771490c
13 changed files with 386 additions and 154 deletions

View File

@ -1,5 +1,4 @@
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"
Key,Value,,
hello.world,"Hello {{ name }}, how are you?",,
,,,
,,,

1 Column1 Key Column2 Value Column3 Column4
2 Row1-1 hello.world Row1-2 Hello {{ name }}, how are you? 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