Closed vjawahar closed 1 year ago
I'm thinking about using Chosen to display a list of all universities in New England. If a user can't find their school's name, I can add an extra option 'Other' and an extra text field to enter it.
In past years, we've used the data from these two CSV files to populate the majors and universities SQL tables. You should be able to use the Heroku CLI, connect to the psql database, and then load the CSV files from your local to the tables. Feel free to do what you want with this info, but it should save you some time and get things up and running until you decide to go in another direction :)
Sounds good. I'll definitely check that route first 👍
In past years, we've used the data from these two CSV files to populate the majors and universities SQL tables. You should be able to use the Heroku CLI, connect to the psql database, and then load the CSV files from your local to the tables. Feel free to do what you want with this info, but it should save you some time and get things up and running until you decide to go in another direction :)
I'm able to load the CSV files to the tables. Thank you!