Hi,
I have created a talend job in talend version 6.0.1. Now I have used test case option available in the studio. Now I am trying to test a joblet where input and output schema is different. It is not working because of schema mismatch. But in case of component it is working fine. Please help me to resolve this issue.
Step 1 : Created a simple Job
Step 2 : Test successfully with test cases.
Step 3 : Refactor tMap and tSort to joblet.
Step 4 : Create test case of joblet.
Step 5 : Error in console
InputSchema : fname(String),lname(string),state(string)
outputSchema : name(string),state(string)
Any help is appreciated.
Thanks,
Alok