To use Fuse:

  1. Create an Importer that represents the schema that you support.
  2. Add columns to your Importer.
  3. Add validations to your columns so users can easily identify and fix issues.
  4. Add transformations to your columns so that data is automatically formatted.
  5. Submit data to your backend using our onSubmit hook.