Added ofx module, functions to generate ofx file from json data.#1
Draft
Added ofx module, functions to generate ofx file from json data.#1
Conversation
ieugen
commented
Aug 19, 2020
| "@testing-library/user-event": "^7.2.1", | ||
| "date-fns": "^2.12.0", | ||
| "lodash": "^4.17.15", | ||
| "ofx": "^0.5.0", |
Member
Author
There was a problem hiding this comment.
Scoate te rog dependința ofx.
| @@ -0,0 +1,63 @@ | |||
| { | |||
Member
Author
There was a problem hiding this comment.
Fișierul JSON era pentru tine.
Nu are nicio valoare in proiect.
Îl poți scoate (git commit --ammend)
| BANKMSGSRSV1: { | ||
| STMTTRNRS: { | ||
| STMTRS: { | ||
| CURDEF: "RON", |
Member
Author
There was a problem hiding this comment.
Multe din astea vor trebui să fie ca parametrii.
Eu am conturi in EUR.
Cum ar arăta un API (funcție / funcții) pentru a converti un fișier CSV -> OFX?
Ce date va fi nevoie suplimentar de la utilizator?
Cum vei pasa datele către API (ce semnătură vor avea funcțiile)?
| @@ -0,0 +1,26 @@ | |||
| function transactionType(credit, debit) { | |||
Member
Author
There was a problem hiding this comment.
Te rog să adaugi teste pentru metodele de mai jos.
Member
Author
|
Înlocuiește xml-js cu https://github.com/Leonidas-from-XIV/node-xml2js . |
added 13 commits
August 20, 2020 08:57
…or into ofx-converter # Conflicts: # package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.