CSV-to-OpenImmo converter ========================= |Build Status| |Latest Stable Version| |Total Downloads| |Latest Unstable Version| |License| This TYPO3 extension provides a Scheduler task that reads zipped CSV files (created using `Wodis Sigma `__) from a configured folder and writes zipped OpenImmo files to another configured folder. The task will also copy all image files and PDF from the ZIPs. Data format ----------- You can find the CSV column definitions in the `CSV Reader source code file `__. The functional tests also include an `example CSV file `__. The task will also automatically convert from ISO-9959-1 to UTF-8. This converter will automatically mark all converted objects as “for rent”. Hence, it will not be able to convert objects that are for sale. Installing the extension ------------------------ If you install the extension manually (not from the TER and not using Composer), please make sure to name the extension directory ``csv_to_openimmo``, not ``ext-csv_to_openimmo``. Caveats ------- The following OpenImmo fields currently are not imported: - “vermarktungsart” (will always be “MIETE_PACHT”) - other image types than JPEG - the type of transfer (“uebertragung > umfang”, will always be “VOLL”) Sponsorship ----------- Development has been sponsored by `ART-KON-TOR Kommunikation GmbH `__. .. |Build Status| image:: https://travis-ci.org/oliverklee/ext-csv_to_openimmo.svg?branch=master :target: https://travis-ci.org/oliverklee/ext-csv_to_openimmo .. |Latest Stable Version| image:: https://poser.pugx.org/oliverklee/csv_to_openimmo/v/stable.svg :target: https://packagist.org/packages/oliverklee/csv_to_openimmo .. |Total Downloads| image:: https://poser.pugx.org/oliverklee/csv_to_openimmo/downloads.svg :target: https://packagist.org/packages/oliverklee/csv_to_openimmo .. |Latest Unstable Version| image:: https://poser.pugx.org/oliverklee/csv_to_openimmo/v/unstable.svg :target: https://packagist.org/packages/oliverklee/csv_to_openimmo .. |License| image:: https://poser.pugx.org/oliverklee/csv_to_openimmo/license.svg :target: https://packagist.org/packages/oliverklee/csv_to_openimmo