ContributionsMost RecentMost LikesSolutionsRe: Convert this to a snap? How? Hi @mbowen, Thank you for the response. You have specified the files in rest post snap. It is easy to specify the files in rest post snap, if we know the number of files and their content-types in advance. But in my case, I don’t have a clue about number of files I receive and their content types. The file number vary from 1 to 10 and their content type also varies. Could you please help me with the request? Re: Time format Conversion changing the date Hi Shrabanti, Can you please try with the below date function? Just changed the year format ‘YY’ to ‘yy’ Date.parse(“29-JUN-21 10.07.35.000000 AM”,“dd-MMM-yy hh.mm.ss.SSSSSS aa”).toLocaleDateTimeString( { “format”:“yyyy-MM-dd HH:mm:ss” } ) Re: Convert this to a snap? How? Thank you so much Matthew. Keep us posted. Re: Convert this to a snap? How? @mbowen: Did you get a solution? I have a similar requirement where I need to post multiple files to SnapLogic, the number of files and the content type. Re: REST POST A File? Hi Andrew, Do you know how to send multiple files to rest post snap? The file numbers are dynamic so I cannot add them in rest post snap, we can expect a minimum of 1 file to maximum of 10 files. All the files needs to be sent in 1 rest call and file content types also vary(CSV,excel,jpeg…) How to Send multiple files(Dynamic number 1,2 or more) to Rest post Hi Team, Could anyone help me with the below request? I need to send multiple files to rest post snap. If I know the count i.e number of files and their content type, I can configure the files in rest post snap. But the file count can be 1 or more and also the file content type varies from file to files. Re: Setting content-length in REST PUT snap for SharePoint API Hi Mark, I’m facing the similar issue. Did you get any solution? Regards, Sowmya. Re: Reading Source file and target file and mapping data from source file to target file [quote=“Nagaraju.Julakanti, post:1, topic:9127”] Hi Nagaraju, Columns W,Y,Z are mandatory columns in Target Excel? Re: Pipeline Monitor API to Excel Multi Sheet Formatter - pipeline Hi Manohar, I downloaded the pipeline and tried at my end. I didn’t see null pointer exception and excel file got generated with 2 sheets “SuccessPipelines” and “ErrorPipelines”. Let me know if I understand anything wrong. Re: Need to update task parameters for multiple pipelines dynamically using excel file Thank you for reply.