mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-10 00:05:51 +01:00
Alan Orth
171b35b015
A test file with several whitespace and newline scenarios in the abstract. I am currently disabling whitespace/newline fixes in the abstract because they are too agressive.
18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
id,dc.title,dcterms.abstract
|
|
1,Normal item,This is an abstract
|
|
2,Leading whitespace, This is an abstract
|
|
3,Trailing whitespace,This is an abstract
|
|
4,Consecutive whitespace,This is an abstract
|
|
5,Newline,"This
|
|
is an abstract"
|
|
6,Newline with leading whitespace," This
|
|
is an abstract"
|
|
7,Newline with trailing whitespace,"This
|
|
is an abstract "
|
|
8,Newline with consecutive whitespace,"This
|
|
is an abstract"
|
|
9,Multiple newlines,"This
|
|
is
|
|
an
|
|
abstract"
|