Data Integration
Discuss data integration use cases and solutions from ETL, ELT, reverse ETL, and AutoSync.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! An element in an array is present in another array or not

I would like to know how to check whether an element in one array is present in another array or not?I have tried arr1.every(item => arr2.includes(item)) in mapper snap. It complaints about list type does not have a method named every. I used sl.ensu...

lake by New Contributor
  • 132 Views
  • 1 replies
  • 0 kudos

Array of Objects manipulation

Hi team,I would like to iterate thru an array of objects and verify if the objects has same num, code and date with different boxNumbers, then I should add the boxNumbers together and make that as a single object. If those three didn't match I should...

lake by New Contributor
  • 213 Views
  • 3 replies
  • 0 kudos

Resolved! Array of objects manipulation

Hi team,I would like to iterate thru an array of objects and verify if the objects has same num, code and date with different boxNumbers, then I should add the boxNumbers together and make that as a single object. If those three didn't match I should...

lake by New Contributor
  • 135 Views
  • 1 replies
  • 0 kudos

Real time Integration Google Sheet to Snowflake

Hello everyone,I've been asking to update a Snowflake table in real time every time there's a modification made on a specific worksheet in a Google workbook.I'm not sure how to proceed, I believe it's by using a Google Sheet Subscribe snap and Trigge...

Capture d’écran 2024-08-06 à 18.12.47.png Capture d’écran 2024-08-06 à 18.13.32.png
salinee by New Contributor
  • 164 Views
  • 0 replies
  • 0 kudos

Unable to delete 0kb file

Hi Community!!We are using a File Delete Snap in one of our pipelines and this operation is failing when there is a 0kb file coming in the source path. II wanted to understand if there is any limitation in Snaplogic on deletion of the file. "Unable t...

Irregular expressions

I'd like to say that I'm tearing my hair out, but I don't have any.Regular expressions seem to be taking a left turn for me today and I was hoping to some clarity.I'm building statements dynamically in a Mapper Snap (437patches26643) and want to remo...

Don by New Contributor
  • 254 Views
  • 1 replies
  • 0 kudos