[Importer] Support import of "tags" field
Issue
Currently, the "tags" field cannot be imported - as we do not support a "list" field type in the user interface.
References
- https://github.com/inventree/InvenTree/issues/8902
- https://github.com/inventree/InvenTree/pull/8924
I’d like to work on this issue.
Could you please let me know your preferred format for importing tags in the CSV file?
For example, one possible format for the tags column could be:
tag1|tag2|tag3
@Reza98Sh they should be comma-separated, as this is how they are handled internally.
Sorry for late reply I have got 2 quastion about this issue:
- Would you like to import tags in CSV format? For example, for parts:
name,tags
Part A,"tag1,tag2,tag3"
Part B,"tag4,tag5"
- I couldn’t find any UI that displays tags in the client. How are these tags supposed to be used?
Would you like to import tags in CSV format? For example, for parts:
Yes, that looks fine!
I couldn’t find any UI that displays tags in the client.
Currently the tags are not supported in the user interface.