Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amex CSV export #477

Open
jan-weezy opened this issue Dec 16, 2021 · 2 comments
Open

Amex CSV export #477

jan-weezy opened this issue Dec 16, 2021 · 2 comments
Assignees

Comments

@jan-weezy
Copy link

Amex export from German localized site https://global.americanexpress.com/activity/recent
Amex does not provide any documentation so I wrote the following lines myself:

**Example CSV
activity.csv
**

Datum,Beschreibung,Betrag
07/12/2021,VENDOR TEXT EXAMPLE 123,"-196,85"
06/12/2021,VENDOR TEXT EXAMPLE 123123,"9,95"
06/12/2021,VENDOR TEXT EXAMPLE 123123,"-773,17"

Mapping rules and format
Datum = Date in DD/MM/YYYY
Beschreibung = Description
Betrag = Amount
Negative values are credits (Gutschrift)
Positive values are liablities (Kosten)
Decimal separator is a comma ","

If you have questions, let me know.
Thanks in advance if you choose to support this format. Love the simplicity of your converter 👍

@leolabs
Copy link
Owner

leolabs commented Dec 16, 2021

Thanks for your request! I guess the CSV headings can also be in a different language, right?

@jan-weezy
Copy link
Author

I assume so too but as a German user I cannot change language to English. Tried to find an option on the website but didn't find any, so I cannot provide an example in other languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants