I'm trying to import multiples .csv file directly into the table page under Test Controller or by scripting but i wasn't able to achieve one of them. I'm doing something wrong or I don't understand the process.
My csv are based on this kind of body :
First file
"SDL1020XE.CurrentSet","SDL1020XE.Current","QL355.VoltageSet","QL355.Voltage","Eff Vin=12.0v"
0.01,0.00976,12,12,100
Second file
"SDL1020XE.CurrentSet","SDL1020XE.Current","QL355.VoltageSet","QL355.Voltage","Eff Vin=10.0v"
0.01,0.00928,10,10,100
Under Test Controlller, all seems to be fine but when i click on the import button, nothing happens (picture below) and I respect the condition concerning the incrementation of the column for the column reference.
For scripting, i have those lines :
#CLEARTABLE
#loadtable temp9_0
#IMPORTTABLE temp12_0 SDL1020XE.Current SDL1020XE.Current Eff Vin=12.0v
and this result :
; #IMPORTTABLE temp12_0 SDL1020XE.Current SDL1020XE.Current Eff Vin=12.0v
failed due to / by zeroAny idea ?
ab.png (79.98 kB. 1917x1478 - viewed 85 times.)