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

feat: add YNAP parsing to transaction import #1044

Merged
merged 3 commits into from
Sep 3, 2023

Conversation

morremeyer
Copy link
Member

This adds YNAP parsing to transaction importing, removing the need to
parse the file in the YNAP web app before uploading it to Envelope Zero.

Obsoletes #1043.
Part of #936.

@morremeyer morremeyer requested a review from a team as a code owner August 14, 2023 20:02
@morremeyer morremeyer force-pushed the feat/parse-transactions branch from b1b4c2b to 03c9c13 Compare August 14, 2023 20:08
@morremeyer morremeyer force-pushed the feat/parse-transactions branch from 03c9c13 to a0ea617 Compare August 16, 2023 17:03
@morremeyer morremeyer force-pushed the feat/parse-transactions branch from a0ea617 to e5ec03a Compare August 27, 2023 09:33
@morremeyer morremeyer removed the request for review from a team August 28, 2023 21:32
@morremeyer morremeyer force-pushed the feat/parse-transactions branch 2 times, most recently from ffd66b4 to 7b63389 Compare September 2, 2023 11:34
cypress/e2e/transaction-import.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/transaction-import.cy.ts Outdated Show resolved Hide resolved
This adds YNAP parsing to transaction importing, removing the need to
parse the file in the YNAP web app before uploading it to Envelope Zero.

Since the jschardet dependency for ynap-parsers does not support strict mode, we need
to patch its sloppiness, too.

Co-Authored-By: Fynn Heintz <[email protected]>
Co-Authored-By: Morre <[email protected]>
cypress/fixtures/transactions-no-parser.csv Outdated Show resolved Hide resolved
src/components/TransactionImport/Form.tsx Outdated Show resolved Hide resolved
src/translations/en.json Outdated Show resolved Hide resolved
Copy link
Contributor

@malfynnction malfynnction left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@morremeyer morremeyer enabled auto-merge (squash) September 3, 2023 10:29
@morremeyer morremeyer merged commit de0747d into main Sep 3, 2023
@morremeyer morremeyer deleted the feat/parse-transactions branch September 3, 2023 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants