I need to match 6 files with data collected at different time stamps from different devices (all with 1 minute resolution in 2021).
(Note: I need a physically "joined" file for a different purpose, So, not doing Virtual Join)
I tried full outer join (including non-matches from "main table" and "with table"; Did not include "drop multiples" for either of the tables.
But it kept adding more rows even though there was a match. So I created a subset and attached here.
I created a minute Time stamp for 2021 in "TS-2021.jmp" with 525,600 rows
I am trying to match timestamps from "App ST-2021-Test.jmp" with 723 rows.
The result of the Full outer Join is in TS+AppST-2021-Test,jmp. 526,306 rows
My understanding is that the resultant file should have 525,600 rows and that I should find data populated only in the rows where timestamps match. But that is not the case.
It has matched 17 rows, but added extra rows even though there is a match. Not sure why. I tried some math functions on the timestamp- but that did not give me a satisfactory answer. Not sure what is going on? Any help?