File: data.csv
- CSVProcessor
- Skip rows that are incomplete or unnecessary.
- Replace single quotes, double quotes, and commas between double quotes.
- ARFFProcessor
- Create a .arff file from a .csv file.
- Transaction
- A transaction contains an InvoiceNo and StockCodes.
- TransactionList
- Group transactions with the same InvoiceNo in the same entry.
- Save the list to a .csv file.