Skip to content

Commit 5aaaee0

Browse files
author
Hurshal Patel
committed
update README to include --script option
1 parent 3b4c48a commit 5aaaee0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ append `--print-spec` to the `./memsql-loader load` command. It will generate a
112112
use with `--spec`. Any command line options that you provide along with `--spec` will override options
113113
in the spec file.
114114

115+
Scripts
116+
-------
117+
118+
You can also pipe files through a script before running LOAD DATA with the `--script` flag.
119+
120+
$ ./bin/memsql-loader load --database test --table test --delimiter ',' test.csv.lzma --script "lzma -d"
121+
115122
TODO
116123
====
117124

0 commit comments

Comments
 (0)