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,080 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
(931 Views)