You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: