mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-19 04:27:03 +01:00
README.md: Add note about unnecessary Unicode fixes
This commit is contained in:
parent
d73f7b54b1
commit
ae66382046
@ -10,6 +10,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht
|
||||
- Validate dates, ISSNs, ISBNs, and multi-value separators ("||") ✓
|
||||
- Fix leading, trailing, and excessive whitespace ✓
|
||||
- Fix invalid multi-value separators ("|") using `--unsafe-fixes` ✓
|
||||
- Remove unnecessary Unicode like [non-breaking spaces](https://en.wikipedia.org/wiki/Non-breaking_space), [replacement characters](https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character), etc ✓
|
||||
|
||||
## Installation
|
||||
The easiest way to install CSV Metadata Quality is with [pipenv](https://github.com/pypa/pipenv):
|
||||
|
Loading…
Reference in New Issue
Block a user