Ignored Columns
Option for users to drop columns from the import process.
Last updated
Option for users to drop columns from the import process.
Last updated
There can be a situation where users want to skip a column during data submission. This is especially useful when using the importer to update existing data. To avoid overwriting existing columns, the users can mark those columns as Ignored and the importer will skip them.
With CSVbox you can give the option to the users to mark certain columns as Ignored.
The first step is to activate the Ignore Columns option via your CSVbox dashboard.
Login to your account.
Edit the sheet of your choice.
Go to the 'Options' Tab.
Select 'Yes' for the 'Allow Columns to be Ignored' field.
Click 'Save'.
The importer will then show the option to mark the columns as Ignored on the Column Mapping screen.
The columns that are marked as Ignored will not be visible on the Verify Data screen.
For columns that are marked as "Required", the Ignore Column option will not be available for selection.
When the Default Selection option is configured to 'Yes', all the unmapped columns will default to Ignore Column.
The Ignored Columns will not be pushed to any destination. Only the metadata (List of Ignored Columns) will be pushed to the following destinations:
In the API response JSON object, the list of Ignored Columns will be displayed inside the ignored_columns object as shown below. The ignored_columns object will be visible only if the Ignored Columns are activated. In the example below check lines 16 and 36.