Comparing two datasets for missing sites

louiswatson
louiswatson Member
edited June 2022 in Magic ETL

Hi, I'm looking to compare two datasets from Smartsheet to identify which sites are missing from one dataset.

For example, show me all sites that are in 'Master Schedule' but aren't on 'Secondary Schedule', both sheets have identifying numbers in column 'URN'.

What would be the best way for me to do this? Would I join these datasets using Magic ETL?


Thankyou

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    You can utilize MagicETL and a JOIN tile with a left join.

    The left dataset should be your master schedule and your right table should be the Secondary schedule. Then you can use a filter tile to filter for blank values in the secondary schedule's URN value. This will show all records in the Master Schedule which aren't in the Secondary Schedule.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    You can utilize MagicETL and a JOIN tile with a left join.

    The left dataset should be your master schedule and your right table should be the Secondary schedule. Then you can use a filter tile to filter for blank values in the secondary schedule's URN value. This will show all records in the Master Schedule which aren't in the Secondary Schedule.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**