From ccb6dc264e9dcb14701794eea37783721eb5d360 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 23 Sep 2019 15:52:01 +1200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b90a786e..98b1fc10b 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | to-bson | Convert table into .bson binary data | | to-tsv | Convert table into .tsv text | | to-sqlite | Convert table to sqlite .db binary data | +| to-url | Convert table to a urlencoded string | ## Filters on text (unstructured data) | command | description | @@ -280,6 +281,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | from-sqlite | Parse binary data as sqlite .db and create table | | from-toml | Parse text as .toml and create table | | from-tsv | Parse text as .tsv and create table | +| from-url | Parse urlencoded string and create a table | | from-xml | Parse text as .xml and create a table | | from-yaml | Parse text as a .yaml/.yml and create a table | | lines | Split single string into rows, one per line |