Forum Discussion
Hello Team,
Please let me know if this possible ?
With xlsx the file size is becoming big which will block us from sending mail as attachment so want to make it .xlsb.
File is getting corrupted if i am using file extension xlsb.
Thanks!
Example of grid Excel file is attached, where we can do filtertation, sort etc on each column.
Do you have that example? I didn’t see an attachment
The error documents created by most snaps include a ‘snap_details’ property that contains the label of the snap. So, you can build the error pipeline to work with that property. As for writing to separate files, the JSON Formatter snap now has the ability to insert document data into the header of the binary output document. The File Writer can then be configured to create the output file name based on values in the header. I’m attaching an example project to demonstrate this flow, it contains a Main pipeline with some errors that are sent to the ErrorHandler pipeline. Note that creating separate files for every error document will be fairly slow, so it might work better to create a single file.
ErrorPipelineDemo.zip (2.9 KB)
Related Content
- 6 years ago