Getting Started
Overview
Flatirons Fuse is an embeddable CSV importer installed via an NPM package directly on your website. Fuse is written in JavaScript and works with all modern JavaScript setups.
To use Fuse:
- Create an Importer that represents the schema that you support.
- Add columns to your Importer.
- Add validations to your columns so users can easily identify and fix issues.
- Add transformations to your columns so that data is automatically formatted.
- Submit data to your backend using our onSubmit hook.