Skip to content
Advertisement

Tag: flatfilereader

How to write this method in a generic way in java

Currently, I have this method implemented for five different class to configure FlatFileReader for five different text files and load into DB table. I would like to know is there a way to implement this method in a common place So that my each file will call this method to configure my reader to read their corresponding files.. Every file

Advertisement