Skip to content

Commit 18bcfed

Browse files
authored
Update gettingstarted.md
1 parent ba93495 commit 18bcfed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/gettingstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ $ ~/dev/jf-tech/omniparser/cli.sh transform -i input.csv -s schema.json
8282
Error: unable to perform schema validation: EOF
8383
```
8484
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`)
8587

8688
Now we're ready to go!
8789

0 commit comments

Comments
 (0)