i am trying to read a file and print only the first number from each line . i have tried to use split, but it never return correct result , it just print entire contetn as below in the table. Any help …
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