DynamoDB Export Tool
The Amazon DynamoDB export tool provided by RazorSQL allows users to export data from DynamoDB database tables in the following formats:
- Excel Spreadsheets - The DynamoDB export tool can write data from XLS files / Excel spreadsheets.
- SQL Insert Statements - The DynamoDB export tool can generate the corresponding SQL insert statements for the data contained in the DynamoDB table, and write these insert statements to an output file.
- XML - the DynamoDB export tool can generate XML output using the attribute names and data contained in the table.
- HTML - the export tool can generate HTML output using HTML tables using the attribute names and data contained in the DynamoDB table.
- Delimited files such as CSV - The export tool can separate 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 DynamoDB export tool can write the data to a text file with formatting to pad any values so that all attributes of data line up correctly.
The DynamoDB database export tool allows users to export one table at a time, or to export all tables or a selection of tables for a given DynamoDB database.
For more information about the export tool for Amazon DynamoDB, see the following documentation:
Export Tool Documentation