csvdocument: initial commit to new repository

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vvzh
2011-01-31 15:09:56 +00:00
parent 28c6a5a058
commit 5fcdc6d075
21 changed files with 2408 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
a,b,c
1,2,3
1 a b c
2 1 2 3

View File

@@ -0,0 +1,2 @@
,a,b,c,,,
,1,,2,,3,
1 a b c
2 1 2 3

View File

@@ -0,0 +1,3 @@
a,"b
c",d
1,2,3
1 a b c d
2 1 2 3

View File

@@ -0,0 +1,2 @@
" a "," b "," c "," "," "
"1 "," "," 2 "," "," 3 "
1 a b c
2 1 2 3

View File

@@ -0,0 +1,2 @@
a,"b""c",d
1,2,3
1 a b"c d
2 1 2 3