WebAsyst Import

Component ID

1133150

Component name

WebAsyst Import

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Preamble:
Recently I've faced with problem of importing some content from WebAsyst shop script to Drupal. In fact it can be done in two ways: directly from WebAsyst database (but often a developer doesn't have proper access) or from CSV files which contain information from few WebAsyst database tables. Such CSVs can be generated with phpMyAdmin or another tool.

The case is rather rare and I didn't find any useful Drupal modules for it. Node Import and some others didn't suit me as I wanted full import with taxonomy (WebAsyst categories), pictures, meta-tags, nodes (WebAsyst products), and CCK fields.

The only way to deal with such task was a development of a custom module. It is not the most useful in any drupaler's life, but I believe it can help someone. I'm going to provide any possible further maintance and documentation.

Short module description:
Module allows import from WebAsyst shop script to Drupal, if you have any kind of access to WebAsyst database.

Maintained by: http://smartwolverine.net