teufels / tt3-vehicles-importer
There is no license information available for the latest version (1.3.0) of this package.
Importer for [teufels] Vehicles
1.3.0
2025-09-04 09:44 UTC
Requires
- cobweb/external_import: ^8.1
- cobweb/svconnector_csv: ^5.0
- cobweb/svconnector_feed: ^5.0
- teufels/svconnector_mobilede: ^5.0 || dev-release/v13
- teufels/tt3-vehicles: ^1.5 || dev-main
- typo3/cms-core: ^12.4 || ^13.4
- typo3/cms-reactions: ^12.4 || ^13.4
- typo3/cms-scheduler: ^12.4 || ^13.4
README
[ ṯeufels ] Vehicles Importer
Importer for [ ṯeufels ] Vehicles
- import vehicles from external sources with the external_import Extension
This version supports TYPO3
Composer support
composer req teufels/tt3-vehicles-importer
Requirements
"typo3/cms-core": "^12.4 || ^13.4"
"typo3/cms-scheduler": "^12.4 || ^13.4"
"typo3/cms-reactions": "^12.4 || ^13.4"
"cobweb/external_import": "8.1"
"cobweb/svconnector_csv": "^5.0"
"teufels/svconnector_mobilede": "^5.0 || dev-release/v13"
"teufels/tt3-vehicles": "^1.5 || dev-main"
** for other types require the corresponding connector: https://docs.typo3.org/p/cobweb/external_import/main/en-us/User/General/Index.html
Supported import sources
- mobile.de (XML)
- not implemented yet: multilanguage
- automotive 3.0 (XML)
- not implemented yet: multilanguage, equipment
Planned import sources
- CustomerOne tbd. (csv)
- more tbd.
Notice
- tbd.
Quick Guide
- for adjustments: copy the appropriate example configuration from the TCA Override of this extension into the sitepackage and adapt it to your needs
Documentation
Changelog
[1.3.0] - 2025-09-02
- add customSteps to unpack zip files before import
- add import source (Modix) automotive 3.0 XML
- add TextTransformation "stripHTML" to remove HTML tags from text fields
[1.2.0 - 1.2.1] - 2025-08-29
- add support for TYPO3 v13
- add usage of disable Flag for import configuration
[1.1.0] - 2024-12-09
- extend import to WLTP information:
- fuel-consumption: city, rural, suburban, highway
- power-consumption: city, rural, suburban, highway
- cost model
[1.0.0] - 2024-10-11
- initial