afimb / gtfslib-python

An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks
GNU General Public License v3.0
44 stars 6 forks source link

Handle CSV with leading / trailing whitespace #19

Closed laurentg closed 8 years ago

laurentg commented 8 years ago

Trim all leading / trailing whitespaces from CSV files:

agency_id, agency_name, agency_phone
A, Agency 1 , 01 02 03 04

Should strip both headers and data: "Agency 1", "01 02 03 04" and "A".