We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba93495 commit 18bcfedCopy full SHA for 18bcfed
doc/gettingstarted.md
@@ -82,6 +82,8 @@ $ ~/dev/jf-tech/omniparser/cli.sh transform -i input.csv -s schema.json
82
Error: unable to perform schema validation: EOF
83
```
84
Expected, given the `schema.json` is still empty.
85
+(Note, `-i input.csv` is optional; you can use standard IO pipe to feed the input into `cli.sh`:
86
+e.g. `cat input.csv | cli.sh transform -s schema.json`)
87
88
Now we're ready to go!
89
0 commit comments