posted 10 years ago
Hi All,
My requirement is to read from two different tables (both tables are in same database) and then write into single flat file (~ tilde separated file). le
Requirement is like:
In Flat file, first I need to write all data from table 1 followed by all data of table 2.
How to read two different tables, how to create tilde (~) separated file?
I am new to Spring Batch. Any help is very much appreciated.
Looking forward to hearing from you soon. Thank you very much.