ContributionsMost RecentMost LikesSolutionsRe: Snaplogic update is giving error Hi Vineesha, In Snaplogic Read snap i have used the pipeline name directly which is working and able to see the output data also only for snaplogic update snap is giving error. I have tried with absolute path also but still it’s giving same error. Regards, Nagaraju Snaplogic update is giving error Hi Team, Snaplogic update is giving below error while using it to update pipeline. Failure: begin 0, end -1, length 16, Reason: Snap failed unexpectedly and did not provide any reason Please help me to resolve the issue, attached the pipeline for reference.Snaplogic_update_pipeline.slp (4.3 KB) Re: Using Templates to drive Smartlink or JSON output Hi Team, We have requirement to generate the mapper dynamically based on the input file which has huge number of columns , i have used the pipeline code mentioned above for generating the mapper dynamically but it’s generating the pipeline itself so how to import the pipeline generated by above code into the project without manual intervention through the pipeline code. Please suggest is there any way to achieve the above requirement , if not please suggest me is there any other way to create the Target schema dynamically. Re: Passing document from parent pipeline to child pipeline @ [ForbinCSD], We have a requirement to write data from one file to other file based on the mapping provided in the csv file as the number of columns in data file is huge we are generating a mapper snap dynamically as a separate pipeline using the approach suggested in below topic(Using Templates to drive Smartlink or JSON output) and calling the child pipeline in parent pipeline to get the mapper output. Please suggest if any other better approach to generate mapper dynamically using input csv file. Re: Passing document from parent pipeline to child pipeline Thanks, It will help us as we have too many columns and transformations. Re: Passing document from parent pipeline to child pipeline It’s working thanks. Re: Reading Source file and target file and mapping data from source file to target file Yes, Those are mandatory columns Passing document from parent pipeline to child pipeline Hi Team, I have a requirement to pass the document from parent pipeline to child pipeline, in child pipeline it has only one snap(Mapper Snap). Document which will be passing from parent pipeline should go as a input to mapper snap in child pipeline and provide the mapper output to parent pipeline back which will be using in parent pipeline for further processing of data. Can someone help on the above requirement. Reading Source file and target file and mapping data from source file to target file Hi All, We have a requirement to read the data from source file and map it to target file where as the target file has to be taken as input file to read the structure(target columns) as target file structure is dynamic. Ex: Source File has columns A , B , C Target File has Columns W,X,Y,Z We need to read the source file and target file and then should map the data from source file to target like below A-> W B->Y C->Z