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

Forum Posts

Dynamic DB accounts & Dynamic SQL query

Hi everyone, I am very new to SnapLogic. Recently I got a task to design triggered task to connect to Oracle with different account and then extract data with dynamic sqls. Let me clarify my issues. Basically the pipeline would be something like this...

tonyzero by New Contributor II
  • 3400 Views
  • 5 replies
  • 0 kudos

Convert array to object and remove empty array

Hello experts, Can you help me on converting array to object. Input :- { “abc”: [ { “ex_1_filed_name”: “a”, “ex_1_filed_Value”: “N” }, { “ex_1_filed_name”: “b”, “ex_1_filed_value”: “Y” }, [ { “ex_1_filed_name”: “c”, “ex_1_filed_value”: “d”, “valuid”:...

Cogenics by New Contributor
  • 2278 Views
  • 1 replies
  • 0 kudos

Implied commit after oracle delete snap

I have a ETL pipeline. I want to do delete from table; insert into table; commit; but the oracle delete snap has a implied commit after it so I get delete; commit; insert; commit. My table is sitting there blank with no records until all the inse...

Mark by New Contributor II
  • 1456 Views
  • 1 replies
  • 0 kudos

Default Names for Exported .slp files

Is there a way to change the default name for exported .slp files? It currently exports as pipeline name plus the date, but we want to change that to a standard prefix plus a the pipeline name. We don’t want users to need to update it at run time. Th...

jeanforde by New Contributor
  • 1706 Views
  • 2 replies
  • 0 kudos

Removing Null Values from JSON

Hi, We have a requirement to remove the null values elements from the json. Below is the example JSON which is having null values at Root and child levels. We need a solution to remove nulls at all levels and if all elements in child are removed then...

manchis by New Contributor
  • 5619 Views
  • 2 replies
  • 1 kudos