Hello everyone, I need help figuring out how to write a text file without quotation marks. Our new LIMS system does not accept any punctuation around the sample IDs. Is it possible to create a text file where each sample ID is on its own row without quotation marks? All help is very much appreciated!!
1 Like
How are you adding the sample IDs to the array_SampleBarcodes? I think you are adding those samples with quotation marks as Venus does not automatically add quotation marks to R/W variables.
I uploaded a Remove Text delimiters library that should help remove those quotes!
2 Likes
You can use ASCII to deal with that.
Thank you all for the help!!
1 Like