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

Forum Posts

Resolved! Return custom HTTP Header

I’m trying to return a hash of a CSV document I’m returning in a triggered task and I want to return it in a HTTP header. I would have thought i can do it the same way i can manipulate the status code by setting a binary header, but the headers aren’...

Henchway by Contributor
  • 1773 Views
  • 3 replies
  • 2 kudos

How to post zip file using rest post

Hi All, I am trying to post the zip file to end point using rest post. The downstream application expecting the ZIP file. They are storing the zip file in the blob column of sql server. data(zip file name) - storing in the blob column to process furt...

kkishore by New Contributor III
  • 1708 Views
  • 4 replies
  • 0 kudos

JMS Consumer ActiveMQ

Hello, I need help configuring JMS Consumer to consumer an ActiveMQ queue. I am stuck at the validating account part. Connection Factory: org.apache.archivemq.jndi.ActiveMQInitialContextFactory I’ve added the JAR & populated: InitialContext.INITIAL_C...

Bit is converted to 'true' and 'false'

Everytime I pull data from SQL Server / Salesforce etc, if the data type is bit, it returns a string of ‘true’ or ‘false’ that I am then having to convert back to a 0 or 1. How do I get this to behave differently?

fmdf by New Contributor III
  • 2435 Views
  • 4 replies
  • 0 kudos

Refresh Excel Pivot Table

The attached sample excel has three sheets: Sheet “data” - This sheet has the raw dump of data Sheet “pivot” - This sheet has a pivot build out of the “data” sheet Sheet “stats” - This sheet builds a summary data using the “pivot” sheet The goal is t...