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

Forum Posts

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
  • 1851 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...