Can someone provide an example, how dynamic source mapping is working? (When the parser returns FALSE for getMappingSources()). For example the CSVParser returns FALSE for the method, however on the Mapping form I don't get any options (only an empty one)

Comments

MegaChriz’s picture

Status: Needs work » Fixed

The CSV parser is not fully implemented yet. In #2465535: [meta] Feeds extensible parsers 8.x roadmap twistor says that configuring the CSV parser will get similar to how you configure the Xpath parser from Feeds Extensible Parsers:

Some things from feeds_ex will get added to Feeds proper once I figure them out. Mostly around how the parsers are configured. I want to change the CSV parser in Feeds to use a similar thing so that the CSV fields are not configured in the mapping. That way, the CSV fields can have machine names, and will make Feeds Tamper's life a lot easier. It will also allow people to map from fields on the Feed entity, as well as CSV fields. That's currently a bit wonky in Feeds 7.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.