| Package | Description |
|---|---|
| com.broadleafcommerce.dataimport.csv |
| Modifier and Type | Method and Description |
|---|---|
protected BroadleafCsvReader |
CSVFileImportProcessor.createReader(File file,
List<String> ignoredHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
CSVFileImportProcessor.getHeaders(BroadleafCsvReader reader,
ImportType importType) |
protected List<RecordParseResult> |
CSVFileImportProcessor.readBatch(BroadleafCsvReader reader,
int batchSize,
Map<String,List<BroadleafCellProcessor>> processors,
ImportContext context)
Reads in and processes a batch of records.
|
Copyright © 2020. All rights reserved.