GSA / enterprise-data-inventory

The Enterprise Data Inventory is a CKAN based data management system for private and public data management
7 stars 5 forks source link

Escaped characters in URLs #165

Closed MikePulsiferDOL closed 9 years ago

MikePulsiferDOL commented 9 years ago

Will escaped characters in URLs be an issue?

I've created a tool to stitch together data.json files and the output looks like this:

"describedBy" : "https:\/\/project-open-data.cio.gov\/v1.1\/schema\/catalog.json", "@context" : "https:\/\/project-open-data.cio.gov\/v1.1\/schema\/data.jsonld",

The data.json validator at http://labs.data.gov/dashboard/validate didn't have any concerns, but I'm curious as to whether it will display properly once imported to data.gov.

kvuppala commented 9 years ago

@MikePulsiferDOL do you have an agency data.json which includes the above escaped URLs, i think they should look fine in data.gov and we can double check if you have any specific data that we can look.

MikePulsiferDOL commented 9 years ago

http://www.dol.gov/data.json

kvuppala commented 9 years ago

Just checked, URLs are harvested fine in the sample dataset http://catalog.data.gov/dataset/benefits-gov-child-care-child-support-benefits

Will close item.