By odisey on
Hello,
I searched the forum for answers ... got a few. I would like to build a regular Drupal web site to manage users. I would like to parse a MS Access DB to provide content on the site .... is this possible? I have MS Access db files with appliances (like washers, dryers, freezers) in records. I would like to populate this product information into the site. Any ideas?
Odisey
Comments
Export the access records as
Export the access records as CVS (comma-separated value text files) and then use something like the node import module.