OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Add agency_email attribute to hibernate configurations #179

Closed RanAbram closed 3 years ago

RanAbram commented 3 years ago

Summary:

The agency_email attribute already introduced for the agency entity in the past, but it seems that this field not being parsed as part of the hibernate import. The field is part of the GTFS spec and can be found here. This PR should fix that.

Expected behavior:

When using the hibernate GtfsDatabaseLoaderMain we are expecting to get the agency_email field to the gtfs_agencies table.

Please make sure these boxes are checked before submitting your pull request - thanks!

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

RanAbram commented 3 years ago

Hi @jeffmaki @sheldonabrown , How are you doing?

I could see that lately you merged couple of new PRs into master. For that reason, I was wondering if there's any chance that you could please review my PR as well?

Thanks!