Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multiple schema custom component

I'm trying to create a custom component that will take in a data from the flow, write it to a file and then pass the filenames on in the flow. So it would need a different schema for input and output.

So the schema would look like this
INPUT -> OUTPUT
name filename
address
phone
zip
state
How do I go about doing this?
I cant figure out how to tell the component that it will have different schemas.
Thanks,
Jeff
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi
For this kind of data integration request, I am sure the existing components or a combination of components can achieve it, I do not think all the functions are integrated into one component up to complete is a good thing, in Talend, no a component has both input schema and output schema.
Shong