Add new comment

Posted on by Augustin Delaporte.

If you want to import a multiple value field, you should use the module feeds_tamper to alter the data that are passed to feeds.

In our example you just need to :
- add a column on the CSV file, named "Pictures", which contains a list of image path separated by a "|" for example.
- add the field "pictures" to the mapping on feeds.
- on the mapping page, click on "configure feeds tamper" to add a plugin which will explode the list of paths from the field (using the correct separator).
Then, use feeds_tamper to explode the liste for that fields.

Hope it helps ^^

GuGuss

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Filtered HTML

  • Use [acphone_sales], [acphone_sales_text], [acphone_support], [acphone_international], [acphone_devcloud], [acphone_extra1] and [acphone_extra2] as placeholders for Acquia phone numbers. Add class "acquia-phones-link" to wrapper element to make number a link.
  • To post pieces of code, surround them with <code>...</code> tags. For PHP code, you can use <?php ... ?>, which will also colour it based on syntax.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <h4> <h5> <h2> <img>
  • Lines and paragraphs break automatically.
By submitting this form, you accept the Mollom privacy policy.