question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Jason Lightfoot commented

Importing array data from excel to global table?

Hi Team,

I am importing array data from excel as Array[2]: {Room1, Room2} but it is read as string in assigning label logic.

How can I get it back to array?

Or what is the best way to import such data since user will be interacting from excel only?

Thank you!

FlexSim 20.0.10
arrayexcelimport
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

If you can't do as Jorg suggest and keep single values in the cells then you can postprocess the import using the string.split() method

· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.