From 35ef78df671e0e0f5bbffb2bbc95ef3e6120348e Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 17 Jun 2019 04:05:41 +1200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 607674625e..2f33fb2c00 100644 --- a/README.md +++ b/README.md @@ -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-json | Convert table into .json text | | to-toml | Convert table into .toml text | +| to-ini | Convert table into .ini text | ## Filters on text (unstructured data) | command | description | | ------------- | ------------- | +| from-ini | Parse text as .ini and create table | | from-json | Parse text as .json and create table | | from-toml | Parse text as .toml and create table | | from-xml | Parse text as .xml and create a table |