[Importer] Allow to reference importing rows #8203
Labels
enhancement
This is an suggested enhancement or new feature
import / export
Data importing, exporting and processing
triage:not-checked
Item was not checked by the core team
Please verify that this feature request has NOT been suggested before.
Problem statement
When importing a dataset it is not possible to reference other rows from the current dataset. This is required to import a deeply nested category tree, location tree, ... (ref: #8166 (comment))
Suggested solution
Allow to select an extra column for the primary key of the dataset lines. Then this column can be used to lookup rows when other rows reference e.g.
*1
(where the*
means look for a row in the current dataset with this id.).Example:
This then can be used to build a graph of data and then start by importing the root node first, then the Childs of the root node, ...
Describe alternatives you've considered
Import categories or locations "level by level"
Examples of other systems
No response
Do you want to develop this?
The text was updated successfully, but these errors were encountered: