I’m planning on putting a store’s inventory on a Drupal site and I’m wondering if it’s possible to create a script (maybe in python/php?) to enter the data automatically to Drupal with CCK? Thanks in advance!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a couple of Drupal modules dedicated to different scenarios of external (mass) imports – check this overview for a options/comparisons.
If you have very specific needs, you could write your own module, using the existing ones and the links/hints provided by googletorps (+1) for guidance on how to do the actual insertion while ignoring the generalizations.