1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

spelling fix

This commit is contained in:
Kelly Brazil
2020-03-03 09:07:28 -08:00
parent 5eb0f61727
commit 5f5693da04

View File

@ -4,7 +4,8 @@ jc - JSON CLI output utility csv Parser
Usage: Usage:
specify --csv as the first argument if the piped input is coming from a csv file. specify --csv as the first argument if the piped input is coming from a csv file.
the csv parser will attempt to automatically detect the delimter character. the csv parser will attempt to automatically detect the delimiter character.
if the delimiter cannot be detected it will default to comma.
the first row of the file must be a header row. the first row of the file must be a header row.
Compatibility: Compatibility: