silverstripe-framework/tests/php/Dev/CsvBulkLoaderTest/csv/PlayersWithHeader.csv
Damian Mooyman cfe1d4f481
[ss-2017-007] Ensure xls formulae are safely sanitised on output
CSVParser now strips leading tabs on cells
2017-12-01 10:24:49 +13:00

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"