contentful-database-importer.rb
contentful-database-importer.rb copied to clipboard
Adapter to extract data from SQL Databases https://www.contentful.com
This pull request adds a catalog-info file to the repository. You will need to modify the values inside before merging it.
The documentation speaks to a Merge Class for many-to-many relationships. > Note: Ruby requires a class to be defined before using it as a parameter, therefore, you should declare all...
Is there a feature for receiving some kind of feedback that things are running. As it stands printing a line at the beginning and another one at the end, but...
I'm currently trying to migrate a Wordpress blog to contentful. The new contentful space will have the content model posts which has a many reference field "sections" which will then...
I'm trying to use this script with a Wordpress database. I followed the README and created this simple import.rb file. ```ruby require 'contentful/database_importer' class WordPressPostsTable include Contentful::DatabaseImporter::Resource self.table_name = 'wp_posts'...
Updated `asset_id_from_name` to truncate the returned id to 64 characters as Contentful's API doesn't allow more than 64 characters. See https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/resource-ids
I am getting intermittent Server Errors and Network Blips that are interrupting large loads (3K+ records). This is very frustrating. I would be helpful to have a retry option to...
Hi - I'm trying to use this with a Proxy server, but I can't figure out how to get this to use the proxy settings. Any help? Thanks, Russ