Skip to content

Example module for Drupal which imports a CSV file (then does nothing with it)

Notifications You must be signed in to change notification settings

flacoman91/csvimport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Example module for Drupal which imports a CSV file (then does nothing with it)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%