Lazy Friday evening challenge for anybody willing to help:
Import text based information to a drupal database with data stored in text files in the following structure.
├── 2011
│ ├── story2011001.txt
│ └── story2011002.txt
└── 2012
├── story2012001.txt
└── story2012002.txt
Sample data:
https://www.dropbox.com/sh/hifxmtf9hdemu36/NtVYcVgemQ/DrupalTXTImportTest/2011/story2011001.txt
To Do:
* Find out Drupal database structure
* Script to read each file and write a record to the drupal database
* Save imported file name in the friendly/clean URL field so that we can create a rewrite rule to take care of old links