fobs.csv

fobs.csv

This file associates each student defined in students.csv with the number of his or her fob or other bus pass.

Fields

student_id

student id as per students.csv.

fob_number

The number associated with the fob or other bus pass.

Example CSV

  1. student_id,fob_number
  2. 309123,3213195671
  3. 309124,7329101589
  4. 309125,1212301846
  5. 309126,3943201931

Example CSV Viewed as Spreadsheet

student_id
fob_number
309123
3213195671
309124
7329101589
309125
1212301846
309126
3943201931

    • Related Articles

    • ridership.csv

      This file associates students defined in students.csv to the stops defined in stops.csv, and to the routes defined in routes.csv. Fields student_id Student id as per students.csv. stop_id Stop id as per stops.csv. route_id Route id as per routes.csv. ...
    • tags.csv

      This file associates tags to students, guardians, routes, stops, buses, or schools. Tags can be any sequence of characters, including emojis. Fields category The name of the category this tag will apply to. Has to be one of student, guardian, route, ...
    • stops.csv

      This file contains all stops for all routes in the system. Each row is a stop. Stops can be used on multiple routes, so each stop should only have one row in this file. If no latitude or longitude are provided, the system will attempt to resolve the ...
    • guardians.csv

      This file contains guardians for the students. Each row is a guardian. Required fields are id, name, and at least one form of contact information. "Children" is not a required field -- this is to accommodate special situations -- but normally each ...
    • routes.csv

      This file contains all the bus routes. Each row is a route (or run, depending on your system). Fields id Unique id for the route. Can be either text or a number. description Human friendly description of the route. start_time Time of day when the ...