[CSV Importer] Import data structure from Firefly export #4659
Unanswered
AlexKalopsia
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Just to clarify, I have found the official config here https://github.com/firefly-iii/import-configurations/blob/main/firefly-iii/5.3.0.json |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why would you want to export Firefly III data and then immediately import it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run an export directly from Firefly, and I am now having some issues importing it. I assumed CSV Importer was ready to quickly import from the files, but that is seemingly not the case.
Let's begin with the date format:
The export dates look like
2021-04-13T11:21:26+02:00
. My solution was to useY-m-dTH:i:sP
, but this required a bit of research. Would be good to provide this info somewhere on the page or in the docs.CSV Export structure:
user_id
: I don't think I can pair it to any of the available optionsgroup_id
: same. I am not sure what it corresponds tojournal_id
: same as abovecreated_date
: don't think I can import this info?updated_date
: same as abovegroup_title
: not sure what this is, but feels like the column should be next togroup_id
?type
: I don't think I can match it with any of the options?amount
: matched withAmount
foreign_amount
: matched withAmount (in foreign currency)
currency_code
: matched withCurrency code (ISO 4217)
foreign_currency_code
: matched with Foreign currency code (ISO 4217)`description
: matched withDescription
date
: matched withDate
, though I am unsure how it differs fromTransition invoice date
source_name
: matched withAsset account (name)
. I am very unsure about this, since some sources are not asset accounts.source_iban
: matched withAsset account (IBAN)
. Again, is Asset the correct choice here?source_type
: I don't think this can be matched with anything? Sounds like a pretty big issue, connected to the two points abovedestination_name
: matched withOpposing account (name)
destination_iban
: matched withOpposing account (IBAN)
destination_type
: cannot match this. Same problem as with source account.reconciled
: cannot match this with anythingcategory
: matched withCategory name
budget
: matched withBudget name
bill
: matched withBill name
tags
: matched withTags (comma separated)
notes
: matched withNote(s)
sepa_XX
: matched with all theSEPA
optionsexternal_uri
: not sure here. IsExternal ID
correct?the remaining columns seem somewhat unimportant
In general it feels a bit of a shame that I can't very quickly do an export-import from Firefly into Firefly (ie from one instance to another).
Would be super helpful to understand a bit better how to match those columns that I was unsure about.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions