How does clover ETL Write lines during DataTransform

I have created a graph file which reads data from Database and I am sending it to a reformat component and I am writing it to a file from ReFormat Component. I am little confused the way Clover ETL Is reading and writing the records. When It writes the records is it processing one line at a time.

Where can I get more information about public int transform (DataRecord source, DataRecord target)

In Reformat Component will I be able to write a custom call to Database to insert any records…

Source Database → Reformat → If Value is “123” Send it to file → File Output
-> If Value is “234” Write to Database → File Output

Basically I want to understand what is the right way to do Database Call.

Thanks,
Naveen

Hello Naveen,