Hello,
I am able to parse the GTFS files. I want to convert a calendar_dates.txt data in the form of calendar.txt. The reason to do this is I am having either calendar.txt or calendar_dates.txt file. I want to modify the code to support calendar_dates.txt as well.
Could you please suggest- How I could find the start and end date of the service from the calendar_dates.txt?
How I could know if the service is running Monday-Friday just as from calendar.txt file
Hello,
I am able to parse the GTFS files. I want to convert a calendar_dates.txt data in the form of calendar.txt. The reason to do this is I am having either calendar.txt or calendar_dates.txt file. I want to modify the code to support calendar_dates.txt as well.
Could you please suggest- How I could find the start and end date of the service from the calendar_dates.txt?
How I could know if the service is running Monday-Friday just as from calendar.txt file