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

daniele belitrandi’s picture

Component: Code » Documentation
Assigned: Unassigned » daniele belitrandi
Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

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