Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loaddata.js #12

Open
jakedurell opened this issue Aug 30, 2018 · 0 comments
Open

loaddata.js #12

jakedurell opened this issue Aug 30, 2018 · 0 comments

Comments

@jakedurell
Copy link

We were just trying to load the CSV data by using the URL string provided in the loaddata.js file in the utils folder. This is the string here:

var yesterday = moment().subtract('days', 1).format('MMDDYYYY');
var url = 'http://courtview.atlantaga.gov/courtcalendars/' +
'court_online_calendar/codeamerica.' + yesterday + '.csv';

That file doesn't seem to be available anymore.

Does anyone have a current URL that works, or a sample of a csv file that came from the link in the past. We are just trying to show judiciary here what other states provide.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant