DynamoDB Import Tool

The Amazon DynamoDB import tool provided by RazorSQL allows users to easily import data into DynamoDB databases. The following import options are supported:

  • Delimited Files: delimited files such as comma separated (csv), tab separated (tsv) space separated, and any other type of delimited file.
  • Excel Spreadsheets: the DynamoDB import tool can automatically read and import data from Excel spreadsheets into DynamoDB domains.
  • SQL Insert Statements: the import tool can read SQL statements from a file and execute them against the DynamoDB database.

The DynamoDB import tool allows users to specify whether or not to halt on error. Users can also choose to not actually update the data, but instead write the generated SQL insert statements to an output file for later execution.

For more information on the DynamoDB import tool, see the following documentation:

Import Tool Documentation

DynamoDB Import Tool