configure Flatfile to deliver a completely automated data import experience.
settings: {noMappingRedirect: true}
in your
Workbook blueprint.records:*
events with RecordHooks. See our
Data Handling Guide for more information.
commit:completed
.
This is an event specifically designed to signal the end of all processing
tasks.
commit:completed
event, add a settings parameter in your
Workbook that includes trackChanges: true
. This has the effect of disabling
actions on both Sheets and Workbooks until any pending commits have been
completed. See Blueprint sheet
settings for more information.