Package | Description |
---|---|
be.ac.ulb.infof307.g02.utils |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<Article> |
ArticleImporterFromFile.checkContentConsistency(java.util.List<org.apache.commons.csv.CSVRecord> records)
Checks if all the records, except headers, of the CSV file are consistent.
|
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).
|