mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Refactor: Allow other import files (#1099)
* Rename stimulus controller * feature: rename raw_csv_str to raw_file_str
This commit is contained in:
parent
e6528bafec
commit
0c1ff00c1e
16 changed files with 71 additions and 57 deletions
2
test/fixtures/imports.yml
vendored
2
test/fixtures/imports.yml
vendored
|
@ -9,7 +9,7 @@ completed_import:
|
|||
name: name
|
||||
category: category
|
||||
amount: amount
|
||||
raw_csv_str: |
|
||||
raw_file_str: |
|
||||
date,name,category,tags,amount
|
||||
2024-01-01,Starbucks drink,Food & Drink,Test Tag,-20
|
||||
normalized_csv_str: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue