01-05-2017 12:31 PM
@GerdW wrote:
Is there a way to import the csv in string format?
Yes: read the csv file as ordinary text file…
If you actually dig into the Read Delimited Spreadsheet.vi, you will see that it is already doing a Read Text File and a Spreadsheet String To Array. So I would not worry about that.
01-05-2017 12:57 PM
You should try this method. I think you'll get what you need.
Correct me if I'm wrong.
Kudos are welcome.