Google sheet into Ghost json/Bulk import

Hello,

So, I want to import 100-200 posts from Google Sheet into Ghost. How to do that? Is there a tool, which will convert CSV into Ghost json format?

Thank you!

Hello

No tool, but you can use the API to do that.

I coded some python scripts to parse wodpress/ghost json (and can be adapted to csv files as well) and I will share (not plug and play) everything I’ve done soon if interested. But you need basic python knowledge to use that.

1 Like

With this service you can transform sheets into json
https://nocodeapi.com/google-sheets-api

1 Like