Page 1 / 1
Hi @tderosa, at this moment we do not support a CKAN Writer. You can up-vote it on our Ideas page: CKAN.
Hi @tderosa, i checked this link about API to CKAN API CKAN, and i saw that he works Geo Json.
I think you can generate Geo Json with FME Desktop and publish in CKAN.
Thanks,
@tderosa I believe you can use the HTTPCaller transformer to write to CKAN leveraging the CKAN Data API. Another method if you can code in python is to use the python caller to write to the ckan datastore using the CKAN Data API. Of course this will take more time to implement then if there was a CKAN writer but it should still be possible.
Yes @tderosa. Have you checked https://github.com/OpenGov-OpenData/CKAN-DataStore-Writer-for-FME-Software?