From 5f5693da048cb4739dc56500c672dc8fbccaaf32 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 3 Mar 2020 09:07:28 -0800 Subject: [PATCH] spelling fix --- docs/parsers/csv.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/parsers/csv.md b/docs/parsers/csv.md index 10241f8e..95af2cd9 100644 --- a/docs/parsers/csv.md +++ b/docs/parsers/csv.md @@ -4,7 +4,8 @@ jc - JSON CLI output utility csv Parser Usage: 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. Compatibility: