I am trying to do some data manipulation using labview.
Our CFD program gives us profiles that are one continuous column of x, y, z and various datapoints. Typically, we open it in notepad and find the variables and copy the data below it and paste it on an excel spreadsheet, but I'm trying to come up with a labview program that will do it for me. I also wanted to be able to "batch process" files given a certain folder.
I've attached the VI that I have come up with. Its in the midst of an iteration, but reads various files and writes them out to seperate files, but I'm having difficulty writing columns of x, y, and z in adjacent columns. I tried building an array, but there seems to be some error in data type compatibility.
I've also attached a sample of the data file that I would like to process.
Any help would be greatly appreciated.
Thanks,
Janak
NB: The test data file actually doesn't contain any extension. I had to give it an .txt extention to post. Please remove the extension when trying to use the file.