Context: Our business users receive excel sheets (.xlsx) via mail that they want to import into Foundry. We agreed on a given structure and naming convention for the files and tabs in order to simply drag and drop them into a specific folder and append them to the existing dataset. The change of this existing dataset then triggers a pipeline (raw->clean->ontology).
Issue: We use "Additional Columns" to clean up the data and apply some logic based on them (_filePath, _byteOffset, _importedAt) but every time a new excel is appended the schema seems to be reset and the "Additional Columns" are unticked.
Is there a way of keeping the "Additional Columns" after importing and appending an excel sheet to an existing dataset?