Srikanth,
Looks like there are 2 integrations here:
- Flat file to table and
- Table to Flat File
For 1, create a flat file schema thats in line with the file
Load the contents and parse using the schema
Create an insert/update service on a JDBC adapter to insert data into a table
Map the contents of flat file into input of the adapter services and invoke them.
This will load data into the table.
For 2, create a notification on source table (Insert/Update/basic depending on requirement). This creates a pub’able document
Create a trigger between the publishable doc and a processing service
In the service, map the contents of notification and write the data to a flat file. You would have to create a flat file schema for the target file.
Hope this helps. Consult the pub-sub guide and flat file schema developers’ guide for detailed explanation
Regards,
Hara
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards