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

Forum Posts

Bulk Load data into Postgresdb

Hi all, currently we have a JSON with thousands of objects as following: {[ {id:1, Name: a}, {id:2, Name:b}, {id:3, Name:c}… ]} We tried to use the PostgreSQL - Bulk Load, snap to load data into our database. I would like to ask that do we need to do...

nluu by New Contributor II
  • 654 Views
  • 0 replies
  • 0 kudos

Wrong output of Script

I tried running a script but after few rows, the data from different column started to show. For example, I tried loading data in column index 114. It is showing correct data till almost half number of rows but after that it is showing data of column...

abhinavjha by New Contributor II
  • 673 Views
  • 0 replies
  • 1 kudos

Multiple Date Format Change

Hi There, I have multiple mappers with multiple date columns in YYYY-MM-DD format, within each mapper which I have to convert into the Oracle database data format. As of now, I am using expression distinctly on each and every column in mappers but th...

Multi child xml to csv help required

HI, I have an xml file that has multiple child arrays within it. I’m struggling to get it into a flat format for export to csv, could someone spread a little snap love on this and help xml looks like this <?xml version="1.0" encoding="utf-8"?> <FLE...

bourner by New Contributor
  • 4079 Views
  • 10 replies
  • 2 kudos

Resolved! Copy Snap or Router Snap

Hi, I have an output coming out of a snap like A_20052022, B_20052022, C_20052022. How I can write three different files using these values? Can I use a copy snap or router snap?

Resolved! Handling Multiple 'null values

I am currently having this requirement where i need to handle all the null values coming in input. The common thing i noticed that all these values end with ‘_DATE’ but this is coming in an object. for all the null values, i need to pass value ‘0000-...