Update README.md

This commit is contained in:
Jonathan Turner 2019-06-17 04:05:41 +12:00 committed by GitHub
parent 744ae9252e
commit 35ef78df67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,10 +176,12 @@ These goals are all critical, project-defining priorities. Priority #1 is "direc
| to-array | Collapse rows into a single list | | to-array | Collapse rows into a single list |
| to-json | Convert table into .json text | | to-json | Convert table into .json text |
| to-toml | Convert table into .toml text | | to-toml | Convert table into .toml text |
| to-ini | Convert table into .ini text |
## Filters on text (unstructured data) ## Filters on text (unstructured data)
| command | description | | command | description |
| ------------- | ------------- | | ------------- | ------------- |
| from-ini | Parse text as .ini and create table |
| from-json | Parse text as .json and create table | | from-json | Parse text as .json and create table |
| from-toml | Parse text as .toml and create table | | from-toml | Parse text as .toml and create table |
| from-xml | Parse text as .xml and create a table | | from-xml | Parse text as .xml and create a table |