1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-22 05:45:02 +01:00
csv-metadata-quality/csv_metadata_quality
Alan Orth fa4fa3491b
Add check for "suspicious" characters
These standalone characters often indicate issues with encoding or
copy/paste in languages with accents like French and Spanish. For
example: foreˆt should be forêt.

It is not possible to fix these issues automatically, but this will
print a warning so you can notify the owner of the data.
2019-07-29 17:08:49 +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 check for "suspicious" characters 2019-07-29 17:08:49 +03:00
check.py Add check for "suspicious" characters 2019-07-29 17:08:49 +03:00
fix.py Add support for fixing "unnecessary" Unicode 2019-07-29 16:38:10 +03:00