Hello, I have a blog exported in a CSV file, and I’d like to import the entire blog to Ghost. The CSV is in format:
“slug”,“title”,“seo_title”,“seo_description”,“keyword”,“published_at”,“featured_image”,“author”,“categories”,“content”
With content being HTML code.
I can convert that to JSON, but what is the exact format Ghost is expecting to import without error?