mirror of
https://github.com/therootcompany/golib.git
synced 2025-10-13 04:28:15 +00:00
19 lines
345 B
CSV
19 lines
345 B
CSV
# this is a comment
|
|
"# this is, well, a quoted comment"
|
|
"# this is a ""super""-quoted comment"
|
|
Key,Value,
|
|
Name,55,
|
|
Girlfriend's Age,55,
|
|
,,
|
|
My IQ,55,
|
|
,55,
|
|
"Key,with,Comma",,
|
|
,"Value,with,Comma",
|
|
"Quoted ""Key""",Normal Value,
|
|
Normal Key,"Quoted ""Value""",
|
|
"Quoted ""Key""",,
|
|
,"Quoted ""Value""",
|
|
x,y,z
|
|
"# comment with trailing comma,"
|
|
"#1",2,#3
|