mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-24 06:40:17 +01:00
Add data/abstract-check.csv
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.
This commit is contained in:
parent
545bb8cd0c
commit
171b35b015
17
data/abstract-check.csv
Normal file
17
data/abstract-check.csv
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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"
|
|
Loading…
Reference in New Issue
Block a user