Attempting to import a zip file that contains a web_identifiers.csv causes the import to fail.
The base class sets a UUID on every imported record but web identifiers don't have a uuid column, leading to a SQL error.
As far as I can tell this issue goes back to performant-software/core-data-connector@1913d25.
Attempting to import a zip file that contains a
web_identifiers.csvcauses the import to fail.The base class sets a UUID on every imported record but web identifiers don't have a
uuidcolumn, leading to a SQL error.As far as I can tell this issue goes back to performant-software/core-data-connector@1913d25.