1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-09-27 20:34:17 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 40d5f7d81b
Add support for removing newlines
This was tricky because of the nature of newlines. In actuality we
are removing Unix line feeds here (U+000A) because Windows carriage
returns are actually already removed by the string stripping in the
whitespace fix.

Creating the test case in Vim was difficult because I couldn't fig-
ure out how to manually enter a line feed character. In the end I
used a search and replace on a known pattern like "ALAN", replacing
it with \r. Neither entering the Unicode code point (U+000A) direc-
tly or typing an "Enter" character after ^V worked. Grrr.
2019-07-30 20:05:12 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Add support for command line arguments 2019-07-28 20:31:57 +03:00
app.py Add support for removing newlines 2019-07-30 20:05:12 +03:00
check.py Use pycountry instead of iso-639 for languages 2019-07-30 16:39:26 +03:00
fix.py Add support for removing newlines 2019-07-30 20:05:12 +03:00