When you have a large set of tachograph files to process, runningDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/traconiq/tachoparser/llms.txt
Use this file to discover all available pages before exploring further.
dddparser once per file is impractical. The -input-list flag accepts a plain text file containing one input path per line and processes each entry in sequence, writing a .json output file next to each source file automatically.
Create a file list
Create a plain text file with one absolute or relative path per line:Empty lines are ignored. You can generate this list with
find:Run the batch command
Pass the list file to Use
-input-list along with the data type flag:-card instead of -vu for driver card data.Output files are always written next to the source file using the
.json suffix. The -output flag has no effect in batch mode.-input-list and -input are mutually exclusive. Providing both flags will cause dddparser to exit with an error.