-
How do I batch import rows for multi-value tables? |
Beta Was this translation helpful? Give feedback.
Answered by
reguzik
Mar 30, 2022
Replies: 1 comment
-
Appending rowsWhen setting up your import-CSV, you can add rows to tables using the "+" symbol, e.g.
NOTE! - These values won't stay together in 1 row if a preceding row exists without values in both columns. Grouping multi-value rowsWhen 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:
"Importing to Tables" Training Resources[2024 Feb]
Also see the Axiell EMu help for other options/examples: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fmjjones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Appending rows
When setting up your import-CSV, you can add rows to tables using the "+" symbol, e.g.
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:
"Importing to Tables" Training Resources
[2024 Feb]
emutest
environment to test-import these e…