Posted by fitzkarraldo on July 4, 2009 at 9:18am
Jump to:
| Project: | Node import |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Hello everybody,
I'd like to be able to set up cron tasks for node_import just to be able to:
- upload some csv files in the node_import public ftp directory
- having node_import automatically import new uploaded files.
actually really I have not understood if this is working with Drupal 6 and, if so, howto configure it...
thanks!
Comments
#1
node_import would need to have functionality added to basically repeat a previous saved import, and then separate functionality to fire off that saved import from cron. Each should be relatively simple..
#2
I would need the same functionality! Any ideas how to implement this?
#3
Me too (need repeat functionality) :-)
#4
Hi,
I've had almost the same problem as you had.
I have created new module Node import via cron, it requires Node import module.
User or bot should append content to the existent files for tasks.
I hope it will be useful for you. Please test it.
#5
Nice, i gonna test it tomorrow!
#6
Setting as duplicate of http://drupal.org/node/684512.