mirror of
https://github.com/therootcompany/golib.git
synced 2025-11-01 13:42:50 +00:00
19 lines
337 B
CSV
19 lines
337 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
|