Hi,
I am new to webMethods tool and can some one please share working example on the below requirement.
Usecase: we have one text file with the comma separated values and need to parse this file and thenwe need to insert the data into two tables,personel info in EMP_INFO table and education details in EMP_Education.
If insertion fails in EMP_Education table ,need to rollback data inserted in EMP_INFO table also.
Input data:
empid empname age city ssc Inter Graduation
20,Arjun,28,BNG,75,85,68
30,raju,30,MH,68,45,76
40,subbu,29,CH,85,56,88
50,geeta,36,TPT,76,67, 77
Thanks,
Arjun