Hello.
Is there any way to workaround !COLx variable for unknown amount of columns?
I mean i can have 4 to 8 columns in my work csv file.
I wanted to make a script flexible and fitting any amount of columns. Is it possible?
Can i somehow construct this variable, like this “${!COL”+storedVars[‘N’]+"}" using some command?
Or maybe call a variable via a variable?
Thanks in forward.
Hi,
are there any improvements in the pipeline?
If there are more than 5 columns it is hard to handle.
The same problem occurs, trying to all values (columns) of a row/line to variable in a loop (while).
At the moment it is necessary to use 10 statements for on csv file. And there are 2 csv files to use.