InvenTree icon indicating copy to clipboard operation
InvenTree copied to clipboard

[Importer] Support import of "tags" field

Open SchrodingersGat opened this issue 11 months ago • 2 comments

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

SchrodingersGat avatar Jan 20 '25 14:01 SchrodingersGat

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 avatar Oct 10 '25 08:10 Reza98Sh

@Reza98Sh they should be comma-separated, as this is how they are handled internally.

SchrodingersGat avatar Oct 10 '25 23:10 SchrodingersGat

Sorry for late reply I have got 2 quastion about this issue:

  1. Would you like to import tags in CSV format? For example, for parts:
name,tags
Part A,"tag1,tag2,tag3"
Part B,"tag4,tag5"
  1. I couldn’t find any UI that displays tags in the client. How are these tags supposed to be used?

Reza98Sh avatar Nov 21 '25 09:11 Reza98Sh

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.

SchrodingersGat avatar Nov 22 '25 03:11 SchrodingersGat