Loading Delimited Files as Waves
| pczjrh | March 4, 2010 - 04:18 | ||
|---|---|---|---|
|
Hi, , I want two waves, called wave0 and wave1. Any help as deciphering the help files would be great. |
|||
| pczjrh | March 4, 2010 - 04:18 | ||
|---|---|---|---|
|
Hi, , I want two waves, called wave0 and wave1. Any help as deciphering the help files would be great. |
|||
Joined: 2007-06-21
Location: United States
It appears that your data is space-delimited but it has a strange line with a comma in it.
Try using Load General Text (LoadWave/G) instead of Load Delimited Text (LoadWave/J). Load General Text is able to hunt down where the data is in a file and automatically skip garbage whereas Load Delimited Text needs to be told where the data is because it can load dates, times and string data as well as numeric data.
For details, execute this:
and for more general information:
Joined: 2009-04-20
Location: United Kingdom
Thanks,
I managed to solve this with the following
LoadWave/A/D/J/W/K=0/V={" "," $",0,0}/L={0,2,0,0,0} wavename
It produced 3 waves, wave0, wave1 and wave2, but that was not a problem for me.
Thanks again,
Jason.