Skip to content

TripathyC/dataimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dataimport

Data Import Expression Engine Module

Usage

Once installed, add your remote database connection information to the Remote DB Settings tab - this could be localhost / external connection.

Create a new Import from the Import List tab, you will see your database tables populated in a select field:

Select the table you wish to import from
 
If you need to join multiple tables to collate data, click the join link - the DataImport module will attempt to locate a common key (eg entry_id) - You can override this setting by manually changing the text field
 
Select the channel you wish to import to. This will auto generate the fieldtypes set for this channel and allow you to select which column corresponds to which field. It is advisable to setup the required fields / matrixes before running the import
 
Key - tells the module what field to use to check for duplicates. So every row will match by the key field. Eg: remote.sku=local.sku.
 
Required - will not create record / entry if field is empty / null.
 
Condition - will not create record / entry if condition is not met.

Finally, once all your fields are mapped, you can submit the import to save it.

About

Data Import Expression Engine Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published