public interface ProcessFileService
| Modifier and Type | Method and Description |
|---|---|
void |
readFile(java.io.InputStream inputStream,
CsvType csvType)
Parses the entries in the CSV file into
Record and then saves it to the database. |
void readFile(java.io.InputStream inputStream,
CsvType csvType)
Record and then saves it to the database.
Once that's done it also clears the cache, so the next query can retrieve an up to date version.inputStream - CSV filecsvType - type of CSV