NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

property loader csv

I'm using TestStand 2.0 and trying to use the Property Loader to load a .csv file.  I have no problem getting it to work with a csv file like
 
<Step Name>,
<Locals>,Variable Value,
var1,2
var2,3
 
My question, does the variable have to be in the first column, can I add aditional information before the variable and tell the property loader to look in the second column for the variable name?
 
Example
 
<Step Name>,
<Locals>,Variable Value,
path loss, var1,2
path loss, var2,3
 
Thanks any help would be appreciated,
Brent Smith
0 Kudos
Message 1 of 2
(2,669 Views)
Brent,

The property loader expects an specific file format.
You can not add an additional column and expect the property loader to work correctly.
Why do you need to add the additional column to your file?
Do you need the column for documentation purposes?

Best Regards.
Antonio Lie.
0 Kudos
Message 2 of 2
(2,644 Views)