Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.45 KB

loctags.md

File metadata and controls

31 lines (25 loc) · 1.45 KB

Domain 'locationtags'

The locationtags subfolder contains CSV import files for saving location tags in bulk.

This is useful if you want to manage location tags explicitly. This complements the Tag|TagName headers of the location loader. However, location tags can also be created dynamically by the locations loader, using its Tags header. If using that header, you do not need to use this location tag loader. Please see the locations domain README for details.

This is an example of the content of the locationtags subfolder:

locationtags/
  ├──locationtags.csv
  └── ...

There is currently only one format for the location tag CSV line, here are the possible headers with a sample data set:

Uuid Void/Retire Name Description
b03e395c-b881-49b7-b6fc-983f6bddc7fc Yoga Location
Nice Sofa

Header Name (mandatory)

This is not a localized header.

Further examples:

Please look at the test configuration folder for sample import files for all domains, see here.