To get started with TableFlow, you’ll first configure an importer. This defines the columns, validations, and settings for how users import data. There are three options for configuration.

Option 1: SDK

This option allows you to configure the importer directly inside your front-end code. Step 2, Embed Importer, will describe how to use this option.

Option 2: Admin Dashboard

This no-code option is the quickest way to configure a new importer. Navigate to app.tableflow.com/importers and create a new importer.

Create Importer

Option 3: API

Using the Cloud API, you can create and update the importer object programmatically from their backend. The Create Importer endpoint provides details.