Data queue

Component ID

2874787

Component name

Data queue

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module is still in active development mode. And there will be some updates in .install file.

The data queue module allows you to import data from Excel file and process them from the queue. You can control how many items processed per time from the module config page.
This module will create a new content type (data_queue_file) so you can upload Excel file using this content type.

#Installation:
1- Enable the module.
2- Implement module hooks to process and validate rows.
3- Go to the data_queue_file node page to keep track the rows log.

**Module to help you import data using Drupal queue.**

Do not use this module, it's still on going development and may change some functionality in structure.