repeat node_import of new files automatically from cron
sub - July 4, 2009 - 09:18
| Project: | Node import |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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!

#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.