Package | Description |
---|---|
be.ac.ulb.infof307.g02.utils |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<Article> |
ArticleImporterFromFile.checkFileConsistency(java.util.List<org.apache.commons.csv.CSVRecord> records)
Checks if the CSV file is consistent (headers + records).
|
private static void |
ArticleImporterFromFile.checkFileHeadersConsistency(org.apache.commons.csv.CSVRecord headerRecords)
Checks if the headers are equal to Headers Enum(Name, Unit, Price)
|