Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 518 Bytes

File metadata and controls

11 lines (10 loc) · 518 Bytes

CSVFileReader

This is a comma separated values (CSV) format reader and writer. It's being developed in Java using the standard libraries. The project is tested with various scale Google Transit Feed Specification (GTFS) files.

##Functions

  • Read CSV-format files into CSVFile objects.
  • Write CSVFile objects into text files.
  • Find records using a search method.
    • Find values in any fields.
    • Find values in a specific field.
  • Join arrays of records.
  • Format a CSV string for properly formatted CSV output.