Cassandra Export Tool

The Cassandra export tool provided by RazorSQL allows users to export data from Cassandra databases in the following formats:

  • Excel Spreadsheets - The Cassandra export tool can write data from XLS / XLSX files / Excel spreadsheets.
  • SQL Insert Statements - The Cassandra export tool can generate the corresponding SQL insert statements for the data contained in the Cassandra database, and write these insert statements to an output file.
  • XML - the Cassandra export tool can generate XML output using the column names and data contained in the table.
  • HTML - the export tool can generate HTML output using HTML tables using the column names and data contained in the Cassandra table.
  • Delimited files such as CSV - The export tool can separte the data using delimiters such as commas, tabs, spaces, or other delimiters of the users choosing.
  • JSON - the export tool can generate JSON output using the column names and data contained in the table.
  • Formatted Text - The Cassandra export tool can write the data to a text file with formatting to pad any values so that all columns of data line up correctly.

Users can export one table at a time or export multiple tables in batch. Users can export tables to a file for each table or one file containing all the data.

For more information on the Cassandra export tool, see the following general documentation for the RazorSQL export tool:

Export Tool Documentation

RazorSQL also offers many other Cassandra tools such as a Cassandra database browser, an SQL query builder, GUI tools for managing Cassandra objects and structures, and much more. See the main Cassandra Features Page for more information.

Cassandra Export Tool

Cassandra Export Tool 2