Array importer doesnt consider index #1997
IngridJSJ
started this conversation in
Discussion
Replies: 1 comment 1 reply
-
The data is indexed automatically by integers starting from one when Parameter type is "Array". You cannot set your own indices or "reorder" the array. The "Parameter index name" you've set in the Import mapping is actually the name of the index: It looks like the "Map" Parameter type would be more suitable for this use case. It allows you to import the year as is. The import settings would look something like this: In the above, I've set "Value" to "Map" and "Parameter index names" to year. The actual years come from the column pointed by "Parameter indexes". This setup gives me Maps that look like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was trying to import some data as array with the year as index.
The tool doesn't read the parameter index name.
It always assigns the index 1, 2, 3, (even if I specify 3,2,1)
Is there a way to change the name of the index?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions