I have two different tables with measured values in KNIME. Both contain different measured values of the same object and their specific Time-Stamps. I want to combine them by time. Variable1 has about 5.000 observations. Variable2 about 300.000 observations. I want to combine Variable1 with the Variable2, and minimize the time-difference. My maximum possible time-difference is 180 seconds. Any suggestions?
My idea is to use the cross-joiner node. Where each row of the first table is joined with each row of the second table and then use time-diff node and so on. This solutions takes a lot of time, since the operation is very expensive. Is there a better way? In KNIME or R or JAVA. Doesn't matter.
Do I have to compare each value to the other?