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

Forum Posts

Resolved! Create Key Value Pair instead of List/Array

Expression for Conversation.Text = $[‘$ConversationPost.Text’].toString().split(“|”).map((elem, index) => [elem]) Mapper Output: The desired output is: “ConversationPost” : { “Text”: “comment #2 US142”, “Text”: “comment #1 US142”, “Artifact” : “/h...

Migration to Snaplogic queries

Hi Team, We are migrating number of interfaces from WebMethods, SAP/PI and Cast Iron to Snaplogic. Below few points that’s needs your attention. a. Can we use some automated techniques in snaplogic that can read all connection details from existing s...

Behavior of Ultra CloudPlex environment

Hi Team, We would like to know the behavioral differences between “Cloudplex” and “Ultra Cloudplex” environment . We encountered an error in the multi file reader when we execute the snaps under “Ultra Cloudplex” environment but the same works fine u...

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

Efficient pipeline design for reading a large amount of data from an on-premises RDBMS (JDBC) and write it as multiple files in S3

We have a use case where we need to read a large amount of data from an on-premises RDBMS (JDBC) and write it as multiple files in S3. No matter what, the data has to travel across the network from our on-premises data center to AWS. I’m looking for ...

Conditionally Remove or Add a Field

Hello, How do you conditionally remove (or add) a field to a document? E.g., I have a mapper: Expression → Target Path 20 → $field1 10 → $field2 ‘’ → $field3 null → $field4 So I now have: [ { ‘field1’:20 ,‘field2’:10 ,‘field3’:‘’ ,‘field4’:null } ] N...

Ish by New Contributor III
  • 3245 Views
  • 5 replies
  • 1 kudos