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

Forum Posts

Resolved! Route based on column name

I have a pipeline where I’m pulling data from a table with ~600 columns. About 50 of these columns are storing multiple values for each row (semi-colon delimited). I need to route those 50 columns so I can process/handle them differently. How can I r...

Resolved! Transforming JSON Data

Hello All, Trying to transform the JSON data into a mapper. Can anyone help me to get this resolved without using the script snap? Attached the pipeline with JSON generator and expected output. JSON Mapper_2020_02_12.slp (10.3 KB) Thanks!

skodali by New Contributor III
  • 991 Views
  • 1 replies
  • 1 kudos

Omit missing fields in a Mapper

Hi community, I would like to create a Master Mapper of sorts that will accept an input stream of let’s say field1 and field2, and just output those fields. Mapper: TEST_MasterMapper_2020_02_11.slp (4.9 KB) I’ve uploaded a sample pipeline of what I...