hi,
I have a custom receive pipeline. I am using the flat file disassembler component to convert flat file data to xml. I developed a custom component in order to change the structure of the xml that is outputed by flat file disassembler component. I have placed the components in the pipeline as follow,
==== decode stage ====
====disassemble stage ====
[FLAT FILE COMPONENT]
[CUSTOM COMPONENT]
==== validate stage ====
[XML VALIDATOR COMPONENT]
I would like to take the output from flat file component and use it as an input to the custom component. Is this possible? or is there any other way I can achieve the results that i want out of this pipeline.
Thanks.