Package com.github.jamesross03.pop_parser
package com.github.jamesross03.pop_parser
A modular and reusable Java library containing functionality for parsing
population record CSVs.
This library exists as a proof-of-concept and currently offers limited
functionality:
-
Only limited BirthRecord support for Record types.
- Currently only parses forename and surname.
- Supports TD and UMEA record formats.
-
ClassesClassDescriptionDefines constants used throughout the pop-parser library.RecordParser<T extends Record>Parser for CSV input files containing records, where type
T
is a subclass of theRecord
abstract class representing the type of records (e.g birth).