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

Forum Posts

Calling a pipeline/task from curl command

I have created a pipeline/task and called that using curl command and it is returning the document which is available in the last snap. I have added error pipeline to it. Called main pipeline/task using curl again. When there is no error it is ret...

erkonline by New Contributor
  • 1900 Views
  • 2 replies
  • 1 kudos

Checking files for information

Hi all, Is there a way to check all the files in a directory for filename, file extension, file size? Then write a script Like If filesize > 0 then process it else Do nothing What snap can I use? Thanks

mtran21 by New Contributor III
  • 1586 Views
  • 1 replies
  • 0 kudos

Remove CRLF from the text file

Hi, What should I add to this to remove CR and LF while generating a text file using File Writer . “Test/Hello_”+ Date.now().toLocaleDateString(‘{“format”:“MMM”}’).toUpperCase()+Date.now().toLocaleDateString(‘{“format”:“YYYY”}’)+“.txt”

Excel format customization

I am wondering if it would be possible to customize the excel data during the pipeline process. I’m trying to replace some crystal reports that have some custom formatting. Is this possible? If not, can it be or are there any suggestions on how to do...