This CLI can convert a CAMT CSV file (provided by your bank) into a normal CSV file that can be used for importing Bank Transactions into ERPNext.
Installation
It is easiest to install camt-to-erpnext with pipx, a tool to "install and run python applications in isolated environments":
pipx install camt-to-erpnext
Usage
camt-to-erpnext convert INPUT_PATH OUTPUT_PATH
Input format
- Delimiter:
; - Quoting: all columns quoted
- Date Format:
28.02.99 - Number Format:
-1234,56 - Encoding:
cp1252 - Columns:
- Auftragskonto
- Buchungstag
- Valutadatum
- Buchungstext
- Verwendungszweck
- Glaeubiger ID
- Mandatsreferenz
- Kundenreferenz (End-to-End)
- Sammlerreferenz
- Lastschrift Ursprungsbetrag
- Auslagenersatz Ruecklastschrift
- Beguenstigter/Zahlungspflichtiger
- Kontonummer/IBAN
- BIC (SWIFT-Code)
- Betrag
- Waehrung
- Info
Output format:
- Delimiter:
, - Quoting: where necessary
- Date Format:
1999-02-28 - Number Format:
1234.56 - Encoding:
utf-8 - Columns:
-
Date
"Buchungstag" of the input file, converted to ISO-format
-
Deposit
"Betrag" of the input file (if > 0)
-
Withdrawal
Absolute "Betrag" of the input file (if < 0)
-
Description
The following columns of the input file: "Beguenstigter/Zahlungspflichtiger", "Verwendungszweck", "Kontonummer/IBAN", "BIC (SWIFT-Code)", "Glaeubiger ID", "Mandatsreferenz", "Kundenreferenz (End-to-End)", "Valutadatum"
-
Reference Number
Hash of the following columns of the input file "Buchungstag", "Betrag", "Verwendungszweck", "Kontonummer/IBAN", "BIC (SWIFT-Code)".
-
Bank Account
"Auftragskonto" of the input file
-
Currency
"Waehrung" of the input file
-
Release files for camt-to-erpnext 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| camt-to-erpnext-0.2.2.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| camt_to_erpnext-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / camt-to-erpnext-0.2.2.tar.gz
| Download URL | camt-to-erpnext-0.2.2.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8fe2b79c66448c0d23b32a25cec220b80d2eda65db9a7cba9a6105dfd586de52
|
|
BLAKE2b-256 checksum How to use checksums |
2bf359253e14fdf6bbdd9b366d524da001dec82e8a7322d380f39d408d205525
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.0 CPython/3.10.6 Darwin/21.6.0
|
Release files / camt_to_erpnext-0.2.2-py3-none-any.whl
| Download URL | camt_to_erpnext-0.2.2-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2945d820427cba083c9a11494676324c05ed5d5b6e857b2cdcd652256d24663
|
|
BLAKE2b-256 checksum How to use checksums |
8c1d9718c7c3493a7ce0a3789b157f55a605c1a043072068b222e918ca047039
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.0 CPython/3.10.6 Darwin/21.6.0
|