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

Forum Posts

Resolved! Add Leading Zeros

I have strings that are storing a two digit number (i.e. 00, 01, 02, etc) but I need to add another leading zero (i.e. 000, 001, 002). I don’t want to simply concatenate a 0 on the front in case I have values that end up being three digits.

Comparing Two Consecutive Subobjects

I’m trying to move job history records from one system into another using SnapLogic, and the actual data transformation is working great. However, a requirement has come up that I need to check that, in the case of workers who were terminated and lat...

pgary by New Contributor
  • 1884 Views
  • 3 replies
  • 0 kudos

Parsing CSV

Hi , This happened suddenly and before the process was working fine . My source file was in semicolon delimited format and I need to parse with a csv parser with delimiter ; before inputting to the mapper but I could not get the possible targets in t...

Harsha3 by New Contributor III
  • 3693 Views
  • 3 replies
  • 0 kudos

CSV to IDOC Conversion

Hi Team, I am trying to read data from CSV file and format it to IDOC. But I need to generate different IDOC for each row of a csv file. Which snap I can use to read each row one by one and format an IDOC. Regards, Hirak

Read column name dynamically

Hello, I am looking for a solution to read column dynamically from input. For Example: Step 1: I am using oracle execute snap to pass the schema.tableName to read the data. In this case lets assume my table name is ‘employee’. Step 2: Then I wanted t...

ppankaj88 by New Contributor II
  • 984 Views
  • 0 replies
  • 1 kudos

Excel to json pipeline

I am trying to convert from Excel to json. The excel file do have multiple sheets. And I want to create same number of json files equals to sheet in excel. And the Json files name should be respective excel file sheet.

munish by New Contributor
  • 1920 Views
  • 1 replies
  • 1 kudos

Where Should Business Logic be Handled?

Hello, We are pretty new to SnapLogic, and are trying to develop guidelines for our developers. We received a best practices document from SnapLogic, and one of the items states to handle application/business logic within the source/target applicati...

wcl3y2 by New Contributor III
  • 2349 Views
  • 3 replies
  • 1 kudos

Resolved! Log4j2 customization

Hi, Is it possible to customize log4j2.xml to route the custom snap (specific package) to different log file on ground plex with different pattern? Looks like the log4j2-jcc.xml gets reset every time the jcc is restarted, not sure where it gets the o...