mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-04 21:43:00 +01:00
README.md: Add usage section
This commit is contained in:
parent
aabb57321c
commit
ac127e7f8a
13
README.md
13
README.md
@ -31,6 +31,19 @@ $ source venv/bin/activate
|
|||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
Run CSV Metadata Quality with the `--help` flag to see available options:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python -m csv_metadata_quality --help
|
||||||
|
```
|
||||||
|
|
||||||
|
To validate and clean a CSV file you must specify input and output files using the `-i` and `-o` options. For example, using the included test file:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python -m csv_metadata_quality -i data/test.csv -o /tmp/test.csv
|
||||||
|
```
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Reporting / summary
|
- Reporting / summary
|
||||||
|
Loading…
Reference in New Issue
Block a user