, , , . , .
To work with a flat file, you can implement a class FileDataWrapper implements DataWrapperwhere the FileDataWrapper class implements operations that can be performed in the data source. Later, when you go to the database, just implement the class DatabaseDataWrapper implements DataWrapper.
source
share