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