Skip to content

nevmx/CSVFileReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

A CSV file reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages