05-16-2005 11:25 PM
@chilly charly wrote:
@adrianT wrote:
Hi
Thanks for that.
But your method produces just one column of data. I need two.
Thank you.
When I use the vi on the data you provided, I get two columns. You can see that by yourself on the attached vi, where I have saved the calculated results as default values (there is an additionnal modification to read directly a file). Are you making tests on different sets of data ? Could you give me an example of what's returned by my vi. Or are you using a modified version of my vi ? In this last case, could you post it ?
CC
05-16-2005 11:32 PM
05-16-2005 11:45 PM
@adrianT wrote:
@chilly charly wrote:
@adrianT wrote:
Hi
Thanks for that.
But your method produces just one column of data. I need two.
Thank you.
When I use the vi on the data you provided, I get two columns. You can see that by yourself on the attached vi, where I have saved the calculated results as default values (there is an additionnal modification to read directly a file). Are you making tests on different sets of data ? Could you give me an example of what's returned by my vi. Or are you using a modified version of my vi ? In this last case, could you post it ?
CC
Hi
Yes. I am using different sets of data. The important thing to note is that some of our data has tab-space, 4 spaces and 1 space as delimeters. What I am attempting to do is to write a general vi that handles all types of delimeters and other characters that we do not want.
I hope this make sit a little bit clearer.
Thank you.
05-17-2005 01:39 AM - edited 05-17-2005 01:39 AM
Message Edited by ian.f on 05-17-2005 01:41 AM
05-18-2005 12:50 AM
05-18-2005 09:31 PM
05-19-2005 12:28 AM
05-19-2005 02:22 AM - edited 05-19-2005 02:22 AM
Message Edited by chilly charly on 05-19-2005 09:24 AM
05-19-2005 03:44 AM - edited 05-19-2005 03:44 AM
It works perfectly for the latest set of sample files (4 columns), because the header is all blank and the first line is "real" zeroes that should probably stay. (This is because "empty tokens are skipped by default).
@chilly charly wrote:
But you forgot to remove the file header. That adds rows of zeroes.
Message Edited by altenbach on 05-19-2005 01:47 AM