Skip to content

Interacting with Metadata

Benjamin Kiah Stroud edited this page Apr 14, 2022 · 6 revisions

Rules for Interacting with Metadata

CSV Importer

Summary

  • When the column header is present and the value is present, the metadata will be updated
  • When the column header is present and the value is empty, the metadata will be deleted
  • When the column header is not present, the metadata will not be changed

Breakdown

  • If a non-numerated OR numerated column is imported with a value, that value will replace any existing values

  • If a non-numerated column is imported with an empty value, it will delete all values in that property

Example
id description
abc123
Clone this wiki locally