Overview
In this task parse comma-separated-variable (CSV) files in order to traverse and process data. In one solution use our own code to solve the problem and in the other solution integrate another developer's code to give a head start.
Instructions
Read this module to become familiar with what you are expected to know. Pay attention to the key terms. Complete the assignment for this module.
Learning Outcomes
• Use the JfileChooser class to retrieve file names
• Open text files for reading
• Parse CSV files
• Parse fixed width files
• Open files for writing
Vocabulary
You must be familiar with the following terms at the completion of this module:
• ArrayList
• CSV
• Delimiter
• Fixed width
• GUI
• List
• Parse
• Text file