TS001587150 — Import Error report shows incomplete list of errors due to 'First row is a header' selection
Fixed: Resolved an issue where not selecting the 'First row is a header' option during a table import causes the list of import errors to be incomplete.
Reproduction Steps
1. Log in to the admin client.
2. From Composer, add a custom table with some values.
3. Add a custom table with an ID column, a pick list column which uses the table from step 2, and a numeric column.
4. Create an import file that contains invalid values for the pick list column (values that don't exist in the table from step 2).
5. Select the table from step 3 and import the file from step 4 with the option 'First row is a header' checked off.
6. Repeat step 5 but with the option 'First row is a header' not checked off.
7. Compare the import errors from step 5 and 6.
The result is the list of errors is inconsistent when the list should include all errors regardless of whether the 'First row is a header' option is checked off.