mod_import_csv
Module which adds “import CSV” button to the admin status screen.
The dropbox folder of the site is also watched for CSV or XLSX files.
To determine whether it can import a file, it uses a notification:
#import_csv_definition{basename, filename}
If the notification is not returning anything, it tries to map the columns found in the first row of the CSV file to resource column names. CSV/XLSX import module for admin-driven and watched-folder data imports.
Accepted Events
This module handles the following notifier callbacks:
observe_admin_menu: Add menu item to 'Content' admin menu usingz_acl:is_allowed.observe_dropbox_file: Handle a drop folder file when it is a tsv/csv file we know usingz_acl:user.
Delegate callbacks:
event/2withsubmitmessages:csv_upload.