Hi Gurus,
I have to create a single file for each record in the table. My scenario is i have to get the details of the student from the table based on the class and then i have to create a file for each student. how can i acehieve this.
The input is file contains class names for ex. 1,2,3,4..
I am fetching the student details from the table based on this class names. i have done this in the UDF.
Now my output contains multiple nodes which has each node for each student. How can i create a file for each student.
My output format is
MT_Student_Details
Student_Det
Student
Name: Ragu
Mark: 90
Student
Name: Ragul
Mark: 80
Like this..
I have explained the scenario. Kindly help me to resolve this
Regards,
Ramalakshmi.G