XML parser ignores the data-fetcher plugin

Created on 17 August 2017, almost 7 years ago
Updated 16 January 2024, 5 months ago

Hey, currently i'm working on the migration of an XML based source. The whole migration works fine, if the XML file is stored locally. But if I have to fetch the XML file from an external url, the migration doesn't work. I'm using the data-fetcher plugin and url looks like this:
https://username:password@xyz.de/migration.xml. Eventually it doesn't work because of the protocoll?

The code of the migration:

source:
  plugin: url
  data_fetcher_plugin: http
  data_parser_plugin: xml
  urls:
    - https://username:password@xyz.de/migration.xml
  item_selector: '/dataroot/migration'
  key: default

Regards,

Max

✨ Feature request
Status

RTBC

Version

6.0

Component

Plugins

Created by

πŸ‡©πŸ‡ͺGermany maxpg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024