Data take on with Drupal 6
Posted
by Robert MacLean
on Server Fault
See other posts from Server Fault
or by Robert MacLean
Published on 2009-09-21T09:37:09Z
Indexed on
2010/03/09
9:08 UTC
Read the original article
Hit count: 261
We are migrating our current intranet to Drupal 6 and there is a lot of data within the current system which can be classified into:
- List data, general lists of fields. Common use is phone list of the employees phone numbers.
- Document repository. Just basically a web version of a file share for documents.
I can easily get the data + meta infomation out, but how do I bulk upload the two types of data into Drupal, as uploading the hundred of thousands of items manually is just not acceptable.
© Server Fault or respective owner