public class ProductUNSPCImportSpreadsheet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRODUCT_COL |
static java.lang.String |
UNSPC_COL |
Modifier | Constructor and Description |
---|---|
private |
ProductUNSPCImportSpreadsheet()
Creates an instance of
ProductUNSPCImportCustom . |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Method called to receive command line parameters and initiate the program
logic.
|
private void |
processImport(java.io.File importFile)
Process the import spreadsheet, updating the classification code for each
valid product in the speadsheet.
|
public static java.lang.String PRODUCT_COL
public static java.lang.String UNSPC_COL
private ProductUNSPCImportSpreadsheet()
ProductUNSPCImportCustom
.private void processImport(java.io.File importFile)
importFile
- (File) The spreadsheet file.public static void main(java.lang.String[] args)
args
- (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - import spreadsheet file.