Importer Setup
Adding Columns
Columns define data types, and support validations and transformations.
You can add a column in two different ways:
- Through your Fuse account.
- In code, using the
addColumn
function.
To add columns in code, see the documentation for a specific column type. See String Column for example.