-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement writing TR card transactions into CSV file #36
Comments
is it possible, implementation has started but current state causes an exception? I'm using go 1.22.3 on linux. No output is created. Trace is Jul 28 20:01:31.014 [PANI] could not fetch transactions: could not unmarshal timelineTransactions response: json: cannot unmarshal object into Go struct field TransactionResponse.items.subAmount of type string goroutine 1 [running]: |
Hi @martinAtGitHub! |
my intention is to run with the latest revision, what I did |
I tried again, git pull said "Bereits aktuell." and I got the same error Jul 30 15:17:44.734 [PANI] could not fetch transactions: could not unmarshal timelineTransactions response: json: cannot unmarshal object into Go struct field TransactionResponse.items.subAmount of type string goroutine 1 [running]: |
I'm not an git expert. But "git pull origin main" tells "Bereits aktuell.", too. So I expect I'm using the latest revision. |
On 13th July I successfully run the program (with the latest revision on that day). |
I've missed, build generates executable into "/tmp/portfoliodownloader/public/". So I've used a very old version all the time. |
Hi, I'm interested in this feature as well. @martinAtGitHub do you still work at this? If not I'd like to take over. my findingsresponse contentklick to expandAs far as I've seen the following fields could be mapped to a csv:
integration in current codeklick to expandas far as I've checked, integration in New builder just needs a override of Some new constants in api-files like maybe some way to suppress missing document warnings is required. integration in current outputklick to expandif you want the information to be written into a different csv: If you want the information in the same table as the other stuff, a mapping would be required.
|
@parthux1 feel free! |
After a discussion with @martinAtGitHub we agreed that we will add writing card transactions into CSV file. Whether it is a separate of the same CSV file is to be decided. Conversation is attached below for reference:
I would take the option that causes the least effort for you.
Originally posted by @martinAtGitHub in #27 (comment)
The text was updated successfully, but these errors were encountered: