Entity Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Import content entities automatically from the file system.

Usage

The default export/import directory is sites/default/content. This can be overridden by providing a --dir option.

Export

To export a single entity:
drush ee block_content 1

To export all entities of a certain type:
drush ee block_content

To export all content entities:
drush ee

Commerce Amazon MWS

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

This is a Drupal Commerce module and integrates with the Amazon MWS API's, currently supporting Feeds, Reports and Products, with the ability to sync local quantities to and from Amazon, upload/delete products and relationships, view simple reports and stock adjustments. All feeds are configured with a JSON config file (All products are synchronized by SKU so SKUs must be unique). The README file can be viewed via Drupals Help system, which uses the parsedown library to make it nicer to view. This module has so far:

Migrate More Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Contains some additional migrate plugins with very specific scope:

  • Migrate Source REST: A simple and minimal way to import from REST APIs providing JSON records
  • Migrate Entity Lookup: In some scenarios stubbing isn't the best way to make things work. This plugin allow you to look up arbitrary entities by value and inject them into the migrate process for use in an entity reference

Feeds CSV Preview Before Import

Component type

module

Categories

Maintenance status

Development status

Downloads

749

Component created

Component changed

shows the preview of the csv file before import of the csv file.

Installation and Configuration

Feeds Preview before Import :
- shows the preview of the csv file.

Install:
-Install this module.
1.Once you have installed this module, go to the import page and select any feed import
2.Once you browse and add any csv file immediately the preview of the csv file will be displayed.

Dependecies
feeds

Commerce Ebay

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

Ebay Commerce facilitates the listing of Drupal Commerce products on Ebay, and automated stock management. The module uses a YAML config file, to define a feed which is then transposed by a Mapping class, which fills in all of the values with either plain text, node data or product variation data. A sample file is provided with a production working example which can then be tailored to suit any extra needs. Variations, Variation Specifics and Variation Pictures have additional processing in the mapping to get these to map correctly.