π©Importing Data from a CSV File
If you already have existing financial records saved in a spreadsheet, you can easily import them into the finance panel to save time and avoid manual entry.
π Accepted File Types
You can upload:
.csvfiles (recommended).txtfiles.xlsxExcel files
π Go to: Settings > Subscription
Here youβll find:
An input field to upload your file
A button to download a sample CSV file
π§· CSV Format β Structure Required
To ensure your data is imported correctly, the CSV file must follow this exact structure and column order:
type,date,categorie,transaction_name,transaction_number,montant
revenu,2025-01-15,Vente,Site web,INV-001,2500
depense,2025-01-20,Abonnement,Serveur,FACT-432,120π Column Breakdown:
type: either
revenuordepense(no caps, French terms)date: in the format
YYYY-MM-DDcategorie: must match an existing category name exactly (see below)
transaction_name: short title of the transaction
transaction_number: reference number or invoice code
montant: amount in numbers only (no currency symbols)
β οΈ Important Notes
If a category name listed in your CSV does not match an existing one, the system will automatically create a new category with that name.
The import will create both Revenues and Expenses, depending on the
typecolumn.Be sure there are no extra columns or missing values.
β
How to Import Your File
Navigate to
Settings > SubscriptionClick on the file input and select your
.csv,.txt, or.xlsxfileClick the βImportβ button
Wait a few seconds β a message will confirm if the import was successful
Last updated