Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

JSON STRING VALUES INTO COLUMNS

Hi Everyone..I have a requirement where we have to split the json which is coming into the json but it is in String. We have to divide into the columns.Let me explain you by the example. The Json is coming in this format.[{"String":"{col_name=CTRY_CO...

mohit_jain_3-1692677660916.png mohit_jain_0-1692677471699.png mohit_jain_1-1692677596749.png
mohit_jain by New Contributor III
  • 2310 Views
  • 2 replies
  • 0 kudos

AWS S3 Connection failure

Hello, I am trying to connect to the AWS S3 bucket with the Access Key Id and Secret access key using the AWS S3 Account type in Snaplogic. But it fails to validate and throws an error Failed to validate account:Cause: Access Denied (Service: Amazon ...

Vikas2022 by New Contributor II
  • 2482 Views
  • 2 replies
  • 1 kudos

Resolved! Comparing the schema and discard the Object

Hi Team,I have one scenario and want to solve it as soon as possible.I have two files : Initial Load , Incremental LoadWe have loaded the initial load data into the DB which contains the columns like : id, name, age, classBut We have the incremental ...

mohit_jain_0-1691659876373.png mohit_jain_1-1691660036331.png
mohit_jain by New Contributor III
  • 5957 Views
  • 14 replies
  • 1 kudos

Resolved! Delaying a process

How can i delay a process according to our needs, is there any snap to perform wait operation?I tried with script snap, mentioned there to delay for 15 seconds,but its taking more time than 15 seconds.CODE # Import the interface required by the Scrip...