I am importing data from Snowflake and successfully saving the csv file, this has worked for about 2 years
They changed their column headers, I then downloaded the new format csv, and created a new import using this file, which works 100%
However, when i add the new import to the script it crashes at the import stage
Transferred 1689 records to storeStock.csv
Running Process: updateStoreStock
Run Status: Failed.
Property-based import has one of the key properties unmapped - cannot proceed
There are 3 fields in the import and all of them are mapped, so I am confused, did i not map the new file correctly, should it be set to Admin, Private or Everyone, or am I missing something else?
Thanks