TR_PDF_rename

Crates.ioTR_PDF_rename
lib.rsTR_PDF_rename
version0.1.13
sourcesrc
created_at2024-07-03 10:47:02.10283
updated_at2024-10-18 09:45:25.934931
descriptionReads security transaction statements (as pdf) from neo-broker Trade Republic and renames them as transactiondate_ordertype_name.
homepage
repository
max_upload_size
id1290421
size20,470
Hendrik Lux (ArdentEmpiricist)

documentation

README

Rust Clippy check Crates.io License

Solves a niche problem, but may be useful to some.

The neo-broker Trade Republic does not name security transaction statements in a reasonable way. So TR_PDF_Rename helps to archive the documents and renames all PDF files with the pattern date(yyyy_mm_dd)_transactiontype_stockname. Example: 2024_01_01_WERTPAPIERABRECHNUNG_MSCI World USD (Dist)

Warning:

Should only be used on PDF files from Trade Republic or directories only containing these files! Will panic if used with non Trade Republic PDF files.

how to:

install cargo add TR_PDF_rename or download from https://github.com/ArdentEmpiricist/TR_PDF_Rename/releases

use TR_PDF_rename [path]

Commit count: 0

cargo fmt