Skip to content

loaddata.js #12

@jakedurell

Description

@jakedurell

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions