We want to import a CSV and create a node (type: A) for each of the lines in the file. We were able to map the values in the CSV to the node fields, but we would also like to populate a field with a value that's not present in the CSV.
This value is an entityreference to another content type (type: B) and will be the same for all the records of the particular import.

What's the best way to accomplish this?

1. If we attach the importer to content type B, will its NID be available for the processor?
2. Or is it more feasible to add a select list to a standalone import form?

Comments

megachriz’s picture

Component: Feeds Import » Code
Issue summary: View changes
Status: Active » Closed (duplicate)