ContributionsMost RecentMost LikesSolutionsRe: Generic Pipeline Thank you Supratim for your reply! I have implemented something similar. But there is a lot of transformation involved so the mapper part and cannot be made generic, that is specific per table. The source and target parts are generic and running fine. Re: Generic Pipeline Thank you Craig, for your response! The parameter is pipeline parameter to pass the table name and I will put file names accordingly so that they can be identified with single param. But the metadata for different files would be different, can I use schema files in that case? If yes, how is it mapped in a file reader or any other snap? Or is it not feasible in snaplogic? Generic Pipeline How to read multiple files with different structure and use a generic pipeline to load them into tables based on parameter? I can use the parameter to load them into tables based on respective file names. But I am facing challenge in reading different structure in a same file reader. Can anyone suggest some option? Re: Data in Error View I need rejected data from both the parser and the database. I have done it similarly but I am not getting the data preview option after validation as you have shown in the error link. I am not sure what I am doing wrong. Data in Error View Hi, I need to take the data in the error views into a file. I have mapped csv formatter and a file writer but there is no schema definition in error view. How do I get the failed records mapped into the csv? I am comparatively new to snaplogic. Any help is much appreciated. Thanks, Swatisree Re: Replacing Multiple Characters / Building Custom Function Thank you so much! That helped! 🙂 :+1: Replacing Multiple Characters / Building Custom Function Hi Everyone, I have a requirement to perform multiple replacement such as ‘{ABCDEFGHI}JKLMNOPQR’,‘01234567890123456789’ where A/J converts to 1, B/K converts to 2, {/} converts to 0 and so on. All these have to work for one input string. Instead of writing multiple replace functions can this be done in one single function or can I write some reusable function to be used in all the pipelines in my project? Thanks in advance!