Ni.com is currently experiencing issues that may cause some pages to fail.

Support teams are actively working on the resolution.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

StepType csv output stream

how can I change the field separator from "," to ";" ?

0 Kudos
Message 1 of 2
(1,406 Views)

Hello,

 

I did not find your post before posting on TestStand Idea Exchange, but it is the same issue (Kudo?).

 

Using a statement, I am able to read a CSV file that uses semi-colon (;) intead of comma (,). If your input stream reference is stored in Locals.MyInputStream:

Locals.MyInputStream.AsCsvFileInputRecordStream.SeparatorChar = ";"

It does not allow to use all the Input Data Stream configuration pane functionnalities (preview for instance), but at run-time, it works.

 

Best regards, 

0 Kudos
Message 2 of 2
(1,257 Views)