- Issue created by @alshami
- Merge request !206Issue #3489231 by alshami: Change Parser settings doesn't work based on union array order → (Open) created by alshami
- 🇳🇱Netherlands megachriz
I don't understand your issue. I tried to reproduce it in the following way:
- Created a feed type with the HTTP Fetcher (download from url) and the CSV parser.
- Mapped to "title" to node title and "body" to the body field.
- Created a feed, I noticed that delimiter was set to
,
(comma), changed it to;
(semicolon) - Imported the following source:
title;body Foo;Bar
And the content imported fine.
So perhaps there's a specific plugin or module that disrupts the process?