$feeds_importer = new stdClass; $feeds_importer->disabled = FALSE; /* Edit this to true to make a default feeds_importer disabled initially */ $feeds_importer->api_version = 1; $feeds_importer->id = 'knm_staffel_ausgabe'; $feeds_importer->config = array( 'name' => 'KNM-Staffel nach Ausgabe', 'description' => 'CSV-Import der KNM-VĂ–-Staffel in Ausgaben', 'fetcher' => array( 'plugin_key' => 'FeedsFileFetcher', 'config' => array( 'direct' => 0, ), ), 'parser' => array( 'plugin_key' => 'FeedsCSVParser', 'config' => array( 'delimiter' => ';', 'no_headers' => 0, ), ), 'processor' => array( 'plugin_key' => 'FeedsNodeProcessor', 'config' => array( 'content_type' => 'ausgabe', 'input_format' => '4', 'update_existing' => '0', 'expire' => '-1', 'mappings' => array( 0 => array( 'source' => 'EAN', 'target' => 'field_ean', 'unique' => FALSE, ), 1 => array( 'source' => 'Titel', 'target' => 'title', 'unique' => FALSE, ), 2 => array( 'source' => 'Medium', 'target' => 'field_medium', 'unique' => FALSE, ), 3 => array( 'source' => 'Label', 'target' => 'field_label_taxonomy', 'unique' => FALSE, ), 4 => array( 'source' => 'Extras', 'target' => 'field_extras', 'unique' => FALSE, ), 5 => array( 'source' => 'Laufzeit', 'target' => 'field_laufzeit', 'unique' => FALSE, ), ), 'author' => '33', 'authorize' => 0, ), ), 'content_type' => '', 'update' => 0, 'import_period' => '-1', 'expire_period' => 3600, 'import_on_create' => 0, );