Tackle issues reported in issue #14 #28

Merged
cmo merged 5 commits from issue-14 into master 2026-02-05 12:50:16 +00:00

5 commits

Author SHA1 Message Date
Christian Monch
04ead48fec use md5-pid hashes as file names in export 2026-02-05 13:44:48 +01:00
Christian Monch
e06c02687a refactor output in export 2026-02-05 13:13:51 +01:00
Christian Monch
d2b0235b6c use known-size progress report in export
With this commit the progress report in the
`dtc` subcommand `export` determines the number
of records to process and displays a
known-size report, i.e., a percentage based
progress report.
2026-02-05 10:57:57 +01:00
Christian Monch
5dd97811f1 add output format option to export
This commit adds the option `-f/--format`
to the `dtc` subcommand `export`, which allows
to select either JSON or YAML output format.
2026-02-05 10:43:58 +01:00
Christian Monch
a2813b6639 remove schema_type in exported records
With this commit export will by default remove
the `schema-type` attributes from stored records.

The option `--keep-schema-types` instructs `export`
to keep the `shcmea_type`-attributes in the
stored records.
2026-02-05 09:41:53 +01:00