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

Forum Posts

Passing the expression as parameter

Hi Good day, Would like to check how to specify an expression statement as a parameter in the mapper. I identified specifying the expression directly in the mapper which evaluates to the boolean value depending on the evaluation but the same can not ...

Harsha3 by New Contributor III
  • 2122 Views
  • 2 replies
  • 2 kudos

XSLT and Soap Execute

I have constructed the complete Soap message using XSLT snap and now want to pass that in Soap Execute. Output view of XSLT Snap is Binary and input view of Soap Execute is document. How can I do this binary to document translation. It seems Normal b...

Writing a data under a specific column header

Good day, Is there any way available that allows the data to be written under a specific column header of our choice? To put preciosuly, we have data already present under the headers say Col1, Col2, and Col3 and I need to insert the data under Col4 ...

Harsha3 by New Contributor III
  • 1011 Views
  • 0 replies
  • 0 kudos

Resolved! Remove the character "\n" and empty spaces from string

i trying to remove the “\n” character along with empty spaces from string thru mapper expression, but it’s not working. input value JsonStr := [\n “AC”\n] expected output := [“AC”]input value JsonStr := [\n “AC”,\n “BD”,\n “DE” \n] expected output ...

nchrk by New Contributor II
  • 5631 Views
  • 7 replies
  • 1 kudos

Basic string transformations not working

Hi Team, I observed that basic string transformations are not working, few of the scenarios have been listed below: Trimming spaces from the textChanging the text from uppercase to lowercase and vice-versa I have used both the mapper and conditional ...