Is there any snap available in SnapLogic to do following
- Connect with snowflake and get data by SELECT * FROM VIEW
- Connect with Azure Blob Storage and get the data from csv file : FILENAME_YYYYMMDD.csv
- Take only those data which are available in 1 but NOT available in 2 and write this delta back to Azure Blob Storage : FILENAME_YYYYMMDD.csv
Is In-Memory Look-Up useful for this?