Hello, can anyone help me with the CSVToArray plugin?
I am setting this data in an array:
"noDefined, 0, per_a _, - 1.0, noDefined, noDefined, 0.0.0
1,0,0,0,0,0,0,0,0,0,0
1,0,0,0,0,0,0,0,0,0 "
The problem is that the numbers are being saved as strings, not as integer values.
I need the numbers to be saved as integer values.
Does anyone know if it is possible?