Import Resources
Import resources from CSV or JSON files. This will create new resources in the database.
CSV Import
Expected CSV Format:
Location Name,Organization,County,Resource Type,Category,Populations Served,More Info,Phone,Address,City,State,Zip Code,Website,Image,Latitude,Longitude,Full Address,Phone URL,Google Maps URLFirst row should contain headers. Multi-value fields (County, Type, etc.) should be comma-separated within quotes.
JSON Import
Expected JSON Format:
[
{
"Location Name": "...",
"Organization": "...",
"County": "Berks, Chester",
...
}
]
Array of resource objects with same field names as API.
Import Progress
Import results will appear here...