This section describes parameters that must be set to connect to the Drupal API.
You can also set the EntitySections
parameter to specify the sections of the configuration file that contain information about the entities to retrieve. For example:
[MyTask] User=user Password=password DrupalHost=http://drupal.company.com EntitySections=ENTITY_NODE, ENTITY_FILE [ENTITY_NODE] name=node IdAttribute=nid ContentAttribute=body/value CrawlEntity=true ScourEntities=* [ENTITY_FILE] name=file IdAttribute=fid ContentAttribute=url ContentAttributeIsUrl=true ScourEntities=user
|