Feeds directory fetcher

Component type

module

Downloads

12614

Component created

Component changed

This is a very simple little module that provides a new feeds fetcher to the feeds module that fetches new files from a directory of files.

All you need to do is point it at a directory on your webserver, and it will fetch a new file if one is added to the directory.

This fetcher doesn't do any 'remote' file operations, so it's not going to go and 'ls' on a remote server any time soon.

Quiz EI

Component type

module

Categories

Maintenance status

Development status

Downloads

3356

Component created

Component changed

An extension for the Quiz modules.

Provides functionality for importing and exporting questions and results.

The naming of Quiz EI versions and Quiz versions are corresponding. Quiz EI 6-4 should only be used with Quiz 6-4.

Feeds Node Multisource

Component type

module

Maintenance status

Development status

Downloads

7318

Component created

Component changed

Feeds Node Multisource allows you to take data from multiple different feeds and import them into the same nodes. The module provides a Feeds processor that allows you to import data into existing nodes that have been created by a "parent" feed. A child-parent relationship between feeds is created where the feed with the "Node processor" is the parent and the feeds with the "Node Multisource Processor" are the children.

Evernote

Component type

module

Maintenance status

Development status

Downloads

5497

Component created

Component changed

Here's a brief description of Evernote from the source:

"Use Evernote to save your ideas, things you see, and things you like. Then find them all on any computer, phone or device you use. For free."

Freebase

Component type

module

Categories

Maintenance status

Downloads

578

Component created

Component changed

for search, reading, and writing to freebase.com

Still in alpha. Many things may change and/or break.

endgoal: if you have a dataset already imported into drupal as nodes, and it is appropriate for uploading into freebase.com, this module will upload it node by node, as well as allowing for synchonising in both directions.

Also provides a set of functions that other modules may use for interacting with freebase.com

Power Import

Component type

module

Categories

Maintenance status

Development status

Downloads

1052

Component created

Component changed

Node import module which enables import from a CSV file into (user created) profiles of mapped node/ CCK fields and taxonomy terms.

This module is used in production sites but has not been tested for release, so the usual precautions apply - backup your stuff and test thoroughly before use. All bug reports welcome especially when accompanied by a patch! All feature requests welcome when accompanied by a patch ;-)

What does this module do that Migrate or Feeds don't? At the time of first development in Sept 2009 importing nodes with multiple cells concatenated as a unique ID was not available in other modules as far as we could determine.

It is ready for use but not well documented - make sure you read the README.txt.

Features:

  • Unique ID can be assembled by concatenating cell values in the CSV to allow creating new revisions of existing nodes with updated content.
  • Supported fields: Title, Body, Language, CCK fields (including multi-value), Taxonomy, User reference.
  • User controlled mapping of CSV Heading to Drupal fields via CSV profile manage screen.
  • Wizard to generate CSV profiles from existing CSV.
  • Import and export of CSV profiles
  • Import and export of CSV files via Batch API
  • Supports UTF-8 and Windows-1252 (Excel 2003- compatible) CSV files.
  • Options to create translations in sets by mapping translations source nid
  • CSV Export Action is included. Useful for integration with other modules e.g. Views Bulk Operations