oliverklee / csv_to_openimmo
CSV-to-OpenImmo converter
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ^5.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.0
- ext-dom: *
- ext-libxml: *
- ext-zip: *
- typo3/cms-core: ^7.6.23 || ^8.7.9
- typo3/cms-scheduler: ^7.6.23 || ^8.7.9
Requires (Dev)
- helhum/typo3-composer-setup: ^0.5.3
- nimut/testing-framework: ^4.1.3
- phpunit/phpunit: ^6.5
Suggests
Replaces
- csv_to_openimmo: v2.0.0
- typo3-ter/ext-csv_to_openimmo: v2.0.0
This package is auto-updated.
Last update: 2024-10-29 05:10:44 UTC
README
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.