• Resolved RogerTM

    (@rogertm)


    Hi there!

    I′m trying to import a custom XML from a provider and having issues with the languages. 

    I have descriptions in the format shown below. Short and Long descriptions have a lang attribute (and the lang order can change from property to property). So using a {/descriptions/short_description[n]} works in parsing the fields but is not an option for us. 

    We tried with other Xpath selectors as
    long_description[@lang=’es’]
    long_description[@lang=”es”]
    long_description[contains(@lang, ‘es’)]

    And doesn’t work.

    Any idea? Are we doing something wrong?

    Thanks, and I hope you can help as fast as possible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Property Hive

    (@propertyhive)

    Thanks for your ticket. I saw you emailed in too but will keep it to this thread. This is just a quick one to say I’ll be looking into this today and will come back to you accordingly.

    Be in touch soon,

    Steve

    Plugin Author Property Hive

    (@propertyhive)

    Good afternoon.

    Version 2.0.31 of Houzez Property Feed has just been released which I believe fixes the issue you were facing.

    I think the quotes entered where getting escaped and causing it not to find a match.

    I’ve set up the import with this kind of rule in place:

    https://prnt.sc/XPVGGmGYXCbn

    … and it imports the description successfully:

    https://prnt.sc/oPCPNfOFFQ_1

    Do let me know if any issues persist after updating and trying the rules again.

    Steve

    Thread Starter RogerTM

    (@rogertm)

    Thank you very much Steve, I’ill be checking this, and let you know as soon as possible.

    Thread Starter RogerTM

    (@rogertm)

    Hi Steve. It works perfect… Thanks a lot ????

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can not match property fields with attributes’ is closed to new replies.