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.

Table of Contents

Table of Contents
outlinetrue
excludeExecutive Summary|Table of Contents

Basic Usage

The bulk export is called on the command line with an output file. The simplest invocation is as follows:

Code Block
languagepowershell
squirro_bulk_export ^
    --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.

...

Increase log verbosity.

  • Not specified: the tool outputs all warnings and errors.
  • Specified once or more: informational messages are also output.
  • Specified twice or more: debugging messages are shown.
      • Specified three times or more: more information is included in all messages.

...

--cluster URL
-c URL

...

--out-file FILE
-o FILE

...

This page can now be found at Bulk Exporter on the Squirro Docs site.