Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
holzi13
Posted - 10/17/2012 : 04:36:33 AM Origin Ver. and Service Release (Select Help-->About Origin): 8.1 Operating System: Win XP
Hi, i hope you can help. I have the following problem/question:
I have two output files and need to compare this. In the first file are time vs. temperature, the other file time vs. Data. But the time-values are not always exactly the same (due to some some different interval) . For example (simplified)
Now i need colums: Temp. vs Data. The problem is, some Time-values in a row are twice, maybe some are missing. If i have more time/temp. values than time/data values i need to remove some time/temp.-rows. Finally i need temp/data colums. I have a lot of files and each file can have more than 1000 values, so it would be great if i can get something like a "script" for this.
thanks in advance for help,
Harald
1 L A T E S T R E P L I E S (Newest First)
Drbobshepherd
Posted - 10/17/2012 : 10:17:03 AM holzi13,
1. Separate the X-Y data sets into two sheets using newsheet, and colmove.
2. Use wdelrows on each sheet to remove rows with missing data.
3. Use wdeldup on each sheet to delete rows with duplicate values.
This should resolve your missing data and duplicate data issues.