From 407b4ddb53cf7aa3250d021749195b10326f1aad Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 11 Jun 2019 18:36:31 +1200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea056c1532..aa2f3bd1d6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ At the moment, executing a command that isn't identified as a built-in new comma | ------------- | ------------- | | 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 | +| from-yaml | Parse text as a .yaml/.yml and create a table | | split-column sep ...fields | Split row contents across multiple columns via the separator | | split-row sep | Split row contents over multiple rows via the separator | | trim | Trim leading and following whitespace from text data |