Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt

The bulk exporter can extract the content of a Squirro project and export it to a CSV file.

 The bulk exporter is part of the Squirro Toolbox.

...

Code Block
languagepowershell
squirro_bulk_exporterexport ^
    --token ... ^
    --cluster https://next.squirro.net  ^
    --project-id ... ^
    --out-file data.csv

Note that the lines have been wrapped with the circumflex (^) at the end of each line. On Mac and Linux you will need to use backslash (\) instead.

Arguments

The following table lists all the arguments.

...