From 8422d40e2c36edc31bf42f8d38b8305abdfbe19c Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Sun, 13 Oct 2019 23:09:10 +0200 Subject: [PATCH] Add from-ssv to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7df2c92ec9..45867f1daf 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | from-ini | Parse text as .ini and create table | | from-json | Parse text as .json and create table | | from-sqlite | Parse binary data as sqlite .db and create table | +| from-ssv | Parse text as whitespace-separated values 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 |