Ignore ImportColumn
I couldn't find this in the documentation — is there a way to prevent an ImportColumn from being saved to the database? For example, I have a column in the import file (like image_path) that doesn't exist in the database table, so I want to use it during import but not persist it.
1 Reply