1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-29 09:33:46 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 62fea95087
Improve suspicious character detection
Now it will print just the part of the metadata value that contains
the suspicious character (up to 80 characters, so we don't make the
line break on terminals that use 80 character width by default).

Also, print the name of the field in which the metadata value is so
that it is easier for the user to locate.
2019-08-09 01:25:40 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py csv_metadata_quality/__main__.py: Fix spacing 2019-08-01 23:28:16 +03:00
app.py Improve suspicious character detection 2019-08-09 01:25:40 +03:00
check.py Improve suspicious character detection 2019-08-09 01:25:40 +03:00
fix.py Add support for removing newlines 2019-07-30 20:05:12 +03:00
version.py Increment version to 0.1.0 2019-08-02 00:12:47 +03:00