Skip to content

How do I batch import rows for multi-value tables? #385

Answered by reguzik
reguzik asked this question in FAQs
Discussion options

You must be logged in to vote

Appending rows

When setting up your import-CSV, you can add rows to tables using the "+" symbol, e.g.

  • IdeTaxonRef_tab(+).irn
  • IdeIdentifiedByRef_nesttab(+:1).irn

NOTE! - These values won't stay together in 1 row if a preceding row exists without values in both columns.

Grouping multi-value rows

When you need to make sure that a set of values stays together in one row for multivalue tables, you can group them using syntax like this:

  • IdeTaxonRef_tab(+ group='0').irn
  • IdeIdentifiedByRef_nesttab(+ group='0':1).irn

"Importing to Tables" Training Resources

[2024 Feb]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fmjjones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQs
Labels
importing This issue relates to EMu import functionality
1 participant