Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Generate CSV files for the matching module of CD systems
The "Fahrzeugsuche PRO" extension offers the option of generating a CSV file for the "Matching Module" from CD-Systeme (CD-Systeme GmbH, https://cd-systeme.com/).
This can be done either via the scheduler task or via a console command.
Scheduler task
- Create a "Execute Console Commands" scheduler task.
- Select "fahrzeugsuche_pro:push_matching_data".
- Enter the parameters as indicated below.
Console command
Run the command as in the following example and adjust the parameters as you wish:
vendor/bin/typo3 vehicle search_pro:push_matching_data --storagePages=1,2 --singleViewPage=3 --username=user --password=pass --dry-run=1
Parameters
You can use the following parameters (either in the scheduler task or in the console).
Parameter | Explanation |
---|---|
storagePages | Comma-separated list of the pages on which the vehicle data to be exported can be found |
singleViewPage | ID of the page on which the single view of the vehicles can be found (the fahrzeugsuche plug-in should be available there) |
username | Username that is required for uploading to CD systems. |
password | Password that is required for uploading to CD systems. |
dry-run | If any value is passed here, no upload takes place (for test purposes). |