Skip to content

Commit

Permalink
doc: update bulk generation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Žygimantas Medelis committed Feb 18, 2021
1 parent e7e2d3f commit 0addd58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ When document plan is ready, we can export generated text using one of utility f
Go to `utils` folder located in project root, and run this command in the terminal:

```
make generate-from-csv \
doc-plan="Authorship" \
data-file="../api/test/resources/data-files/books.csv" \
output-file="output-eng.csv" \
language="Eng"
clojure -A:generate \
"Authorship" \
"../api/test/resources/data-files/books.csv" \
"output-eng.csv" \
"Eng"
```

If all is well, you should see an output like this:
Expand Down

0 comments on commit 0addd58

Please sign in to comment.