Partial Imports in FileFeeds
FileFeeds allow partial imports if the imported file has errors (or, optionally, warnings). You can control this behavior via the File status options if error rows remain setting:
- Fail the entire import attempt (default)
All rows must be clean before any output can be imported. - Import clean rows
If any rows in an import attempt are clean, import the clean rows.
Warning Row Behavior
The definition of "clean" in respect to Warnings is controlled by Warning row behavior:
- Treat warnings as clean
Warning rows will be imported, and will appear inrecords
- Treat warnings as errors
Warning rows will trigger an error/partial import, and will appear inerror_records
Please refer to the list of possible scenarios for partial imports depending on the warning row behavior.
Updated about 19 hours ago