ContributionsMost RecentMost LikesSolutionsCan Snaplogic be integrated with Github enterprise version? Hi, Can Snaplogic be integrated with Github enterprise version ? Re: JSON returns Column Names separately from the Rows pull out two arrays separately using a mapper 1) entity.items.columnNames 2) entiy.items.rows and then map the values. Re: Populate nillable in XML able to populate xsi:nil=true using XLST. Re: How to add prefix ns0 in xml formatter @Ritthipo Attached pipeline should work for you.ns0_namespaces_2021_02_16.slp (9.1 KB) Populate nillable in XML on right hand side is the output from XML formatter. I want to populate xsi:nil=‘true’ if there is no content for an element(right hand side). how to achieve this ? SolvedMapper snap showing extra elements In a pipeline custom snap is connected to a mapper snap. In the below screenshot left hand side is the data preview of custom snap and on right the input schema of mapper. The mapper is showing me the elements(as highlighted) that are not present in the data preview of it’s previous snap ! When I use these elements in the expression throwing me error as undefined !! Re: Dynamic File Writer filename after XML Formatter possible? hope this will help you. configure the pipeline as in the image, in pipeline execute snap define the parameter name and capture it’s value from the mapper and declare the same parameter name in the child pipeline too and reference it in file writer snap. Re: Pass parameter value thanks @patan I can declare a parameter and reference it but the system invoking this pipeline will not be able to pass the parameter value. Re: Pass parameter value thank you @Supratim my pipeline exposed as triggered task and it has to accept different files and write to destination location. is there a solution to pass file name dynamically based on input file content(files will contain attribute that define file name)? Pass parameter value here in the mapper1 I am defining one of the target path as parameter(_messagetype), is it possible to pass this value to file writer snap ? I have defined the same parameter in pipeline properties with value as null