Hello i'm new using Spring Batch, I've a problem where i work, we have one .Txt file where just one line has data to be insert in 3 diferent tables, its possible to do using spring batch? Or is just better to insert all data in a single table and then use sql do join this data?
Thank you.