Closed (fixed)
Project:
Feeds Tamper
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 Feb 2013 at 19:02 UTC
Updated:
23 Feb 2013 at 17:00 UTC
Import tags value from xml file
example: italy florence
convert white space into commas using REGEX syntax ([[:space:]])
I get this result "italy,florence"
I should get italy,florence (without quotes)
Also if I use the trim filter to delete the quotes it doesn't work.
If I trim other characters it work.
Look like the double quotes get added after the filter.
Comments
Comment #1
daniele belitrandi commentedI found the way to solve my problem.
After setting the REGEX filter to create the commas, I add a new filter EXPLODE and the double quotes disappear.