1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

add note about table column separators not being allowed in cell data

This commit is contained in:
Kelly Brazil
2022-05-01 10:27:34 -07:00
parent cbca96de84
commit f5f3133b87
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings,
except empty strings, which are converted to None/null.
> Note: table column separator characters (e.g. `|`) cannot be present
inside the cell data.
Usage (cli):
$ cat table.txt | jc --asciitable-m

View File

@ -24,6 +24,9 @@ Headers (keys) are converted to snake-case and newlines between multi-line
headers are joined with an underscore. All values are returned as strings,
except empty strings, which are converted to None/null.
> Note: table column separator characters (e.g. `|`) cannot be present
inside the cell data.
Usage (cli):
$ cat table.txt | jc --asciitable-m