12-10-2020 04:05 PM
how can I change the field separator from "," to ";" ?
09-13-2021 05:06 PM - edited 09-13-2021 05:07 PM
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,