Hello Jean-Christophe,
I need to preface my answer by saying that we do not recommend loading big data files through import in xDM.
This is even clearly documented in our official documentation:
That being said, you would like to load large files through the xDM user interface import action and keep the original source file line number in a dedicated column such as line_number in the golden table for traceability.
In xDM, this is not available as a native feature of the UI import itself.
So if you need the file line number in the golden data, you'll need a custom implementation.
I think the easier option would be to add a line_number column directly in the source file before import, then map/import it like any other business attribute.
A few points to keep in mind:
Jean-Christophe Blanchard
Hello,
We need to load large files (approx. 10,000 lines) through the xDM user interface using an import action.
For traceability, we would like to store the source file's line number in a dedicated column (e.g., "line_number") within the golden table. Is this possible to achieve natively, or does it require a custom workaround?
Thanks for your feedback,
Jean-Christophe