Exporting data to a CSV file - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Exporting data to a CSV file

You can export the results of a query from Operation Builder to a CSV file. This enables you to load the data into a spreadsheet or process it using your preferred programming language.

Exporting to CSV
  1. In the Operation Builder, run an operation of your choice, such as a Scan or Query.

    Note
    • You can only export results from read API operations and PartiQL statements to a CSV file. You can't export results from transaction read statements.

    • Currently, you can export results one page at a time to a CSV file. If there are multiple pages of results, you must export each page individually.

  2. In the Results panel, choose Export to CSV.

    
                        Console screenshot showing the Export to CSV button.
  3. Choose a filename and location for your CSV file and select Save.