mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
22ccf3e2f9
CSVParser now strips leading tabs on cells
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
"FirstName","Biography","Birthday","IsRegistered"
|
|
"John","He's a good guy","31/01/1988","1"
|
|
"Jane","She is awesome.
|
|
So awesome that she gets multiple rows and \"escaped\" strings in her biography","31/01/1982","0"
|
|
"Jamie","Pretty old\, with an escaped comma","31/01/1882","1"
|
|
"Järg","Unicode FTW","31/06/1982","1"
|
|
"Jacob"," Likes leading tabs in his biography","31/4/2000","0"
|