Hello, could you advise – I have an XML file with some elements, and some of them have a price which included a space – like “1 200”. And after import, the plugin transform it to the “10200″.
I already try to use snippet [[str_replace(” “,””,{./@Price})] but it not helps.
For some reason, the encoding of my XML file is iso-8859-1, if it matters.
Could you suggest – how can I fix this issue?