Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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

Project information