gtfs/static/files/feed_info
Parser for feed_info.txt
feed_info.txt - Dataset metadata, including publisher, version, and expiration information. Source: GTFS reference.md - Dataset Files > feed_info.txt
Values
pub fn parse(
content: String,
) -> Result(option.Option(types.FeedInfo), csv.ParseError)
Parse feed_info.txt CSV content into a FeedInfo record Note: feed_info.txt should only have one row
pub fn parse_list(
content: String,
) -> Result(List(types.FeedInfo), csv.ParseError)
Parse multiple rows (returns list for consistency with other parsers)