- Issue created by @etdouglas
- πΊπΈUnited States etdouglas
I found a way around it by using the Feeds Tamper module. If anyone still has any suggestions, I'm open to them.
- π³π±Netherlands megachriz
I found this example for combining values using Xpath: https://scrapfly.io/blog/how-to-join-values-in-xpath/
So it looks like that the Xpath that you need is:
concat(bc:location/bc:street, " ", bc:location/bc:number)
Automatically closed - issue fixed for 2 weeks with no activity.