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

Forum Posts

Resolved! Box Write - Retrieving the resulting File ID

I’m working on developing a pipeline to upload documents to a Box repository. In addition to uploading the documents, I also need to associate metadata within Box. I have been able to accomplish the uploading of documents easily using the Box Write s...

jposey by New Contributor II
  • 3236 Views
  • 3 replies
  • 1 kudos

Determine if value is NaN (not a number)

i’d like to be able to determine if a variable is number value or not prior to importing to a DB. i perform a parseFloat on that variable but I see it coming back as NaN and have tried multiple things to filter it out without success. does anyone kno...

SL memory utilization

I have created a pipeline which deals 2 GB data. When I manually terminate the pipeline or if its fails, pipeline stops. But SL jvm is still holding on a huge chuck of memory causing snaplex crashes if I run the pipeline again. My current work around...

jaybodra by New Contributor III
  • 1499 Views
  • 2 replies
  • 0 kudos

Workday Account Configuration - Version Question

When configuring a Workday Account, a version is required in the configuration. I had always presumed that the version configured in the account was passed through to the @version attribute in the SOAP request generated by the individual Workday sna...

del by Contributor III
  • 1729 Views
  • 2 replies
  • 0 kudos

NetSuite and Custom Fields Mappings

I’m trying to update some custom fields via the NetSuite ASync Upsert Snap. I can successfully update data when its not a custom field but instead a standard one. When I want to update the custom fields the only option to do that is on the NetSuite A...

Date Parse a String

I have a string in the format = “4-Jul-2017” variable is called “PostingPeriodFormatted” When I throw on a dateparse method in the mapper like so: Date.parse($PostingPeriodFormatted, “yyyy MM dd”) I get the following error: Failure: The date format s...