Crates.io | TR_PDF_rename |
lib.rs | TR_PDF_rename |
version | 0.1.13 |
source | src |
created_at | 2024-07-03 10:47:02.10283 |
updated_at | 2024-10-18 09:45:25.934931 |
description | Reads security transaction statements (as pdf) from neo-broker Trade Republic and renames them as transactiondate_ordertype_name. |
homepage | |
repository | |
max_upload_size | |
id | 1290421 |
size | 20,470 |
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)
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.
install cargo add TR_PDF_rename
or download from https://github.com/ArdentEmpiricist/TR_PDF_Rename/releases
use TR_PDF_rename [path]