I have two separate tables with data about a group of drill holes. I want to join them by matching the columns of hole ID, meter to and meter from. How can I best join these together?
If I understand you correctly, use the Joiner node and do an inner join on the three columns you mentioned.
1 Like
Thank you @rfeigel. This has worked!
You’re welcome. Glad I could help.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.