Dangl.SevDeskExport
This is a small CLI tool that exports all data from your sevDesk account.
CLI Usage
Simply execute the converter, e.g. on Windows:
Dangl.SevDeskExport.exe -t <ApiToken> -f <OutputFolder>
The data will be exported to a new folder generated in the OutputFolder
. If no folder is specified, it's placed relative to the executable.
Downloads & Documentation
You can download the binaries directly from DanglDocu.
Configuration
The list of resources to export from your sevDesk account are defined in a file called SevDeskApiExportOptions.json
, which must be placed next to the executable. If this file
is not found, then default values will be used that should export all the data from your account. Please see the GitHub repository for an example of this file.