summaryrefslogtreecommitdiff
path: root/test/csvodd.in
blob: 59d8c207ecf02c0e29642ace2b998123703b9032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Normal record
a,b,c,d
EOL = CR+LF
a,b,c,d
EOL = CR+CR+LF
a,b,c,d
Quoted field
a,"b,c",d
Quote in quoted field
a,"b""c",d
Null fields
,a,b,,c,d,
Quoted null field, EOL = CR+LF
a,b,"",c,d
Embedded LF
a,"b
c",d
Embedded CR+LF and LF, EOL = CR+LF
"a
b","c
d"
Embedded plain CR, EOL = LR
a,b
c,d
No EOL at EOF
a,b,c,d