Added

FileFeeds Partial Imports


We’ve added support for partial imports in FileFeeds. By default, imports with errors will be blocked, but users can now choose to import the clean rows automatically and fix or export the errors later.

  • There's a new Partial Import status in the Import Activity tab.
  • This is a terminal status, meaning:
  • Partial imports can’t be retried manually and won’t prompt for a new upload.
  • They can be marked as resolved.
  • Clicking into a partial import attempt shows:
  • How many rows were successfully imported vs. the total rows.
  • Download options for filtered versions of the transformed file, including an Excel file with highlighted error rows.
  • There's a new webhook event: file_feed_import_partial.
  • Set up your FileFeedEvent webhook to listen for partial imports.
  • The event payload includes total row count and error row count, following the same JSON structure as our other webhook events.
    To enable partial imports, go to FileFeed Settings > File status options if error rows remain > Import clean rows.