Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mint Thompson <mathompson@mitre.org>
  • Loading branch information
shaselton-usds and mint-thompson authored Jan 2, 2025
1 parent 8b9dd1d commit ad371f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Overriding the default error limit to show all errors and warnings:
cms-hpt-validator ./sample.csv v2.0.0 -e 0
```
### Machine-readable File Extensions
The two current allowable file formats for the HPT MRFs are CSV and JSON. The CLI will auto detect the file format passed into the tool and will run the appropriate validator for that file. The CLI can also detect files compressed by gzip. Files ending with the `.gz` extension will have their file format detected automatically and run through the validator.
The two current allowable file formats for the HPT MRFs are CSV and JSON. The CLI will auto detect the file format passed into the tool for files that end with `.csv` or `.json` and will run the appropriate validator for that file. The CLI can also detect files compressed by gzip. Files ending with the `.gz` extension will be decompressed before validation. These file format detections can be combined, so files ending with `.csv.gz` or `.json.gz` will be decompressed and validated as CSV or JSON, respectively. For other files ending with `.gz`, use the `-f` option described above.


## Limitations
Expand Down

0 comments on commit ad371f9

Please sign in to comment.