ContributionsMost RecentMost LikesSolutionsRe: Directory Browser Even though i have files but it is not returning any of the files. Directory Browser Hi All I have a requirement to browse the directory and filter the files by expression like below I want to select the text files which is having the below naming convention. in file filter field i have given the expression as below but it is giving the error. ($groupBy.whse+'_'+$groupBy.transaction_date+'_'+$groupBy.transaction_type)+*.txt Thanks How to Lookup the array of document Hi All, I have an excel as below and i want to join it by the “country EDI” and i want to retrieve the country code(Each record is one document). Thanks for your suggestions. How to hard stop the execution of pipe line or a task Hi, Pipe Line Summary :- I have a Parent pipeline which will browse the sftp location and pass the file information to the child pipe line. The child pipeline will read these files and generate the XML and then using the rest call these XML’s will be sent to another system. Here i want to stop the execution at 2 levels when ever an error occurs. when the snap fails :- when ever we get the error then we are calling the global error handler pipeline. the error pipe line will write the log ,creates jira ticket and sends email also. Once we do these operation i want to stop the pipe line execution. How to achieve this. When the rest snap fails :- for example when the rest post fails due to the server down or any other reason then i want to stop the execution of the entire pipeline or the task. Thanks. Re: How to Get the previous 2 snap's snap label and snap instance id Thank you all for your suggestions.We were trying to avoid the hard coding of the values. Re: Archiving Files Is it possible to move the file from one server’s sftp location to another server’s sftp location using the file operation snap. or is there any other way we can achieve. Re: How to Get the previous 2 snap's snap label and snap instance id @tlikarish i have a parent pipe line which which will browse the sftp location and send this information to the child pipe line. Child pipe line will read the file and generates the XML and sends this XML to other system using the rest post snap. So if rest post snap fails then i want snap label and snap instance id of the rest post snap. I will send this information to the global error handler pipe line. Global error pipe line will send this information in an email. How to Get the previous 2 snap's snap label and snap instance id Hi All, How to get the 2 previous snap label and snap instance id . File History Hi All, I have a below requirement any suggestions will be great help. I want to log the file history into one log file for example when ever i read an input file I want to write an entry into the log file saying that file is read and if we are able to process the file successfully then i want to write another entry into the file saying that file processed successfully and moved to archive. Can you please suggest the best way to implement this. the logic in the below image is good way to implement or once the task is executed from that we can excess the complete execution history from that we can write the file history. How to combine 2 fixed format documents into one document Hi , I have a requirement to create a flat file from the XML. The Flat file is having Header and Details section(Both Header and Details sections are of fixed format). So i am using one fixed formatter for header and another one for the details, But the problem is how to combine these 2 different documents into 1 document to form a flat file. Is there a way i can merge them together into one flat file? Thanks for the help…