Skip to content

This is an example module for Drupal which uses file upload and Batch API to accept a CSV file. It generates a batch and runs it; the batch iterates through each line of the CSV (except the first) and does ... nothing. The basic idea is that if you're writing a CSV importer for Drupal, maybe you can start here and save a bunch of time.

Notifications You must be signed in to change notification settings

waqarit/csvimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an example module for Drupal which uses file upload and Batch API to accept a CSV file. It generates a batch and runs it; the batch iterates through each line of the CSV (except the first) and does ... nothing.

The basic idea is that if you're writing a CSV importer for Drupal, maybe you can start here and save a bunch of time.

About

This is an example module for Drupal which uses file upload and Batch API to accept a CSV file. It generates a batch and runs it; the batch iterates through each line of the CSV (except the first) and does ... nothing. The basic idea is that if you're writing a CSV importer for Drupal, maybe you can start here and save a bunch of time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published