[TYPO3-realty] openImmo-Import & Contact Name

Bundschuh, Philipp | pebe IT-Solutions philipp.bundschuh at pebe-its.de
Wed Apr 18 14:04:23 CEST 2012


Hello @ all,

when importing an zip-File with objects, only the "last name" of my contact-person is imported, but not the prename.

The XML looks like this:

            <kontaktperson>
                <email_zentrale>kontakt at immo</email_zentrale>
                <email_direkt>kontakt at immo</email_direkt>
                <tel_zentrale>+49-89-xxx</tel_zentrale>
                <tel_durchw>+49-89-xxx</tel_durchw>
                <tel_fax>+49-89-xxx</tel_fax>
                <tel_handy>+49-175-xxx</tel_handy>
                <name>Mustermann</name>
                <vorname>Erika</vorname>
                <strasse>Musterstrasse</strasse>
                <hausnummer>6</hausnummer>
                <plz>80000</plz>
                <ort>Musterhausen</ort>
                <land iso_land="DEU"/>
            </kontaktperson>

In the file class. tx_realty_domDocumentConverter.php I found the mapping of the fields, but how can I assign the two array-values of "array('kontaktperson' => 'vorname')" and "array('kontaktperson' => 'namename')" to "contact_person"?

Regards

Philipp




More information about the TYPO3-project-realty mailing list