1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

fix spelling

This commit is contained in:
Kelly Brazil
2021-12-09 10:54:04 -08:00
parent ea61434123
commit a9ed55c006
11 changed files with 11 additions and 11 deletions

View File

@ -29,7 +29,7 @@ Schema:
"column_name2": string, "column_name2": string,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -73,7 +73,7 @@ Schema:
"percent_wrqm": float, "percent_wrqm": float,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -39,7 +39,7 @@ Schema:
"epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -46,7 +46,7 @@ Schema:
"round_trip_ms_stddev": float, "round_trip_ms_stddev": float,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -63,7 +63,7 @@ Schema:
"epoch_utc": integer # aware timestamp if -t flag is used and UTC TZ "epoch_utc": integer # aware timestamp if -t flag is used and UTC TZ
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -26,7 +26,7 @@ Schema:
"column_name2": string, "column_name2": string,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -21,7 +21,7 @@ Schema:
"foo": string, "foo": string,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -70,7 +70,7 @@ Schema:
"percent_wrqm": float, "percent_wrqm": float,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -36,7 +36,7 @@ Schema:
"epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -43,7 +43,7 @@ Schema:
"round_trip_ms_stddev": float, "round_trip_ms_stddev": float,
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }

View File

@ -60,7 +60,7 @@ Schema:
"epoch_utc": integer # aware timestamp if -t flag is used and UTC TZ "epoch_utc": integer # aware timestamp if -t flag is used and UTC TZ
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{ {
"success": booean, # true if successfully parsed, false if error "success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false "error": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }