The default end date.
The default start date is the start of the next month.
Map of fields to converters to convert to the proper type (e.g. number, date, etc.)
InputRow objects differ from AnyRow objects, in that the field names are capitalized. This is convenient for column headings in editing the CSV files, and also helps to distinguish between unprocessed InputRow and processed AnyRow objects.
A higher-order function that takes a converter function and gives a higher-order function that takes a default, which returns a converter that uses the default when no value is supplied, instead of invoking the converter.
a converter function
A higher-order function that returns a @{link Converters} provides a default in cases where a value is not supplied in the input.
Default value
Split a comma-separated field.
Generated using TypeDoc
Input processing, invoked by loadData. A separate file because loadData triggers loading problems for jest unit tests.