public class CsvInvoicesReader extends java.lang.Object
Reader class used for reading CSV files and returning a List
of Invoice
s.
This is high-level component that should be used to import invoices from CSV files.
Modifier and Type | Class and Description |
---|---|
static class |
CsvInvoicesReader.ConvertedRow |
static class |
CsvInvoicesReader.Result |
static class |
CsvInvoicesReader.RowError |
Constructor and Description |
---|
CsvInvoicesReader() |
CsvInvoicesReader(ColumnsConfigurer columnsConfigurer) |
Modifier and Type | Method and Description |
---|---|
CsvInvoicesReader.Result |
read(java.io.File csvFile)
Loads invoices from given CSV file.
|
public CsvInvoicesReader()
public CsvInvoicesReader(ColumnsConfigurer columnsConfigurer)
public CsvInvoicesReader.Result read(java.io.File csvFile)
Loads invoices from given CSV file.
csvFile
- Copyright © 2014-2018 Konik.io. All Rights Reserved.