This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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 ?
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...
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
I ran into a typical scenario where snaps are not executing in the order they are supposed,below is the screenshot shows the order snaps are being executed. need help me to resolve this.Thanks full_incremntl_sql_2020_09_28.slp (13.7 KB)
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 s...