Skip to content

Instantly share code, notes, and snippets.

@zicklag
Last active February 19, 2019 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zicklag/fc961d30d8061e642fa5c5a0e07384cb to your computer and use it in GitHub Desktop.
Save zicklag/fc961d30d8061e642fa5c5a0e07384cb to your computer and use it in GitHub Desktop.
Failing Ghost Import
{
"data" : {
"users" : [
{
"name" : "Sir Dude",
"email" : "sirdude@email.com",
"created_at" : "2018-10-10 10:00:00",
"id" : "1"
}
],
"posts" : [
{
"comment_id" : "28",
"locale" : null,
"status" : "published",
"page" : 0,
"og_title" : null,
"twitter_title" : null,
"uuid" : "28",
"featured" : 0,
"custom_excerpt" : "Experpt",
"twitter_description" : null,
"visibility" : "public",
"feature_image" : null,
"mobiledoc" : "{\"cards\":[[\"markdown\",{\"markdown\":\"My Post\"}]],\"markups\":[],\"version\":\"0.3.1\",\"atoms\":[],\"sections\":[[10,0]]}",
"updated_at" : "2018-10-10 10:00:00",
"meta_title" : null,
"slug" : "My Post",
"created_at" : "2018-10-10 10:00:00",
"og_description" : null,
"plaintext" : null,
"title" : "My Post",
"published_at" : "2018-10-10 10:00:00",
"id" : "28",
"author_id" : "1",
"codeinjection_head" : null,
"meta_description" : null,
"og_image" : null,
"custom_template" : null,
"codeinjection_foot" : null,
"twitter_image" : null
}
],
"tags" : [
{
"id" : "2",
"visibility" : "public",
"description" : "",
"name" : "Tag Gat"
},
{
"id" : "3",
"description" : "",
"visibility" : "public",
"name" : "Bat Tab"
}
],
"post_tags" : [
{
"tag_id" : "2",
"post_id" : "28",
"sort_order" : 0,
"id" : "0"
},
{
"tag_id" : "3",
"post_id" : "28",
"sort_order" : 0,
"id" : "1"
}
]
},
"meta" : {
"version" : "2.14.3",
"exported_on" : "2018-10-10 10:00:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment