September 5, 2023

Download Template

Provide users with an example CSV file directly in the importer UI

The TableFlow importer now offers a "Download Template" button on the first step of the importer UI. This example CSV file is automatically generated using the template configuration settings. This file helps users quickly get an idea of the expected data format and populate the template file if they don't have an existing file to use.

The "Download Template" button is enabled by default for all importers; however, it can be hidden if desired. To not display the button, set the showDownloadTemplateButton to false.

React SDK Example (docs):

<TableFlowImporter
  showDownloadTemplateButton={false}
  ...
/>

JavaScript SDK Example (docs):

const importer = createTableFlowImporter({
    showDownloadTemplateButton: false,
  …
});

New to TableFlow?

Sign up for TableFlow cloud and check out our getting started guide to start importing CSV and Excel files from your customers.

What's Next?

We're always looking for ways for TableFlow to make your CSV and Excel imports as seamless as possible. If you have any feedback, suggestions, or if you'd like to contribute to the project, reach out through our GitHub repository or community Slack.

To the top
Background graphic with dots