Skip to main content

Importer widget

The Importer widget can be used to add the ability to import data from a CSV file.

Note that if you only need to import data once you can do it from the builder, where an "Import" function is already provided. This widget is useful if you want to provide your end-users with an import functionality directly within the app instead of having to use the builder.

Tasks

The Importer widget also supports the configuration of tasks to be executed on each record after the import is completed. This can be useful to perform additional processing on the imported data, such as sending emails or updating other records. See the form widget documentation for more information on how to configure tasks.