Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: sassy1Hello, I'm very new to Lavastorm so I could be doing this the hard way, but I've been tasked to join 10 files together having 2 common fields - date and telephone number but differing data for the rest of the file. So far, the only way I have successfully pared down the files to have unique rows is by using an Xref node. With this I get the upper output list where the 1st table had only these records, the middle output where the duplicates between the tables are now a single occurance, and the lower output where the 2nd table had rows exclusively in it. To gather this data together, I use the Cat node to combine the 3 outputs. In this way I have successfully joined both files and have eliminated duplicate records based on date and TN.
What I don't understand is if I put a duplicate node on this Cat node, it tells me I still have duplicates.
Another problem arises when you have to do this multiple times to 10 files. It's simple enough for 2 files, but joining 10 becomes a mess.
My question is, is there a simpler way to do this? I realize there is a duplicate node, but maybe don't understand how to use it in order to move forward in eliminating duplicates. I know the Sort node has a 'unique' option, but what I get out of that doesn't match what logically makes sense from what I do above to resolve duplicates.
Somewhere, I'm going wrong. I'd greatly appreciate any help you can give.
Thanks,
sassy1