11/22/2019 2:56 PM | |
Joined: 3/5/2017 Last visit: 4/15/2025 Posts: 780 Rating:
|
I had to test my own suggestion of a script. In case there is no better solution,something like that could be used. I attached pdf with pictures. It is not meant to be excellent script and it has some unneeded code in it. Script reads csv file with header line and as many rows and columns there are. Values are integers but those can be easily edited to strings, have to use multiplexing though. AttachmentTestCsvReader.pdf (1930 Downloads) |
Last edited by: K_Ohjus at: 11/22/2019 14:57:11- Trying is the first step towards failure. |
|
This contribution was helpful to
1 thankful Users |
12/3/2019 7:46 AM | |
Joined: 3/5/2017 Last visit: 4/15/2025 Posts: 780 Rating:
|
Hi, I attached string multiplexing instructions. It is only way to access string array index with variable. So if data that you need is strings instead of ints or reals, you need to use multiplexing. I only read whole lines from csv to see what kind of structure it has. With mine it is simplest possible like 3333;3333 then i know what i need to do with the data to get what i want. It could be something like "hdsd553", "ssd5621". Then i would need to do some extra work to get the data. AttachmentMultiplex.pdf (1245 Downloads) |
Last edited by: K_Ohjus at: 12/03/2019 07:46:40- Trying is the first step towards failure. |
|
This contribution was helpful to
2 thankful Users |
Follow us on