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

Forum Posts

How do typeof and instanceof work?

There are two special operators related to data types in SnapLogic. These operators are typeof and instanceof. The names look like the operators in JavaScript but they don't work like in Javascript. const a = new String("Hello world"); const b = Stri...

Palermo by New Contributor II
  • 174 Views
  • 0 replies
  • 0 kudos

Resolved! Jar file download failed : NOT FOUND

Greetings.I'm attempting to perform some operations against a MySQL 8.0.33 server. I created a SnapLogic MySQL database  account, and uploaded mysql-connector-j-8.0.33.jar to the JDBC driver property of the account configuration popup. Pressing the v...

brianm by New Contributor II
  • 1276 Views
  • 6 replies
  • 2 kudos

Resolved! Trim and convert string into Date

How can I trim the date on the left hand side and convert this into a date value?Input Example: 18 May 2016 - 17 Mar 2017Output example: 2016-05-18(using the yyyy-MM-dd  format)I've tried using trimLeft() function but the Mapper Snap doesn't recognis...

NAl by Contributor
  • 762 Views
  • 5 replies
  • 1 kudos