We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4c48a commit 5aaaee0Copy full SHA for 5aaaee0
README.md
@@ -112,6 +112,13 @@ append `--print-spec` to the `./memsql-loader load` command. It will generate a
112
use with `--spec`. Any command line options that you provide along with `--spec` will override options
113
in the spec file.
114
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
122
TODO
123
====
124
0 commit comments