Exports
Arthalekha allows you to export your financial data to CSV format for external analysis, backup, or sharing. Exports work with your current filters, letting you download exactly the data you need.
You can also import data from CSV files. See Imports for details.
Why Export Data?
Detailed Analysis
Export to spreadsheet software for:
- Pivot tables and charts
- Custom calculations
- Advanced filtering and sorting
- Trend analysis
Record Keeping
Keep external copies for:
- Tax documentation
- Financial records
- Backup purposes
- Historical reference
Sharing
Share financial data for:
- Family budget discussions
- Accountant review
- Loan applications
- Expense reports
What Can Be Exported?
Incomes
Export income records including:
- Description
- Amount
- Date
- Account
- Person
- Tags
Expenses
Export expense records including:
- Description
- Amount
- Date
- Account
- Person
- Tags
Transfers
Export transfer records including:
- Description
- Amount
- Date
- Source account (debtor)
- Destination account (creditor)
- Tags
How to Export
Basic Export
- Navigate to the list (Incomes, Expenses, or Transfers)
- Apply any desired filters (date range, account, etc.)
- Click the "Export" or "Download CSV" button
- The file downloads to your computer
Filtered Exports
Exports respect your current filters:
- Only filtered transactions are included
- Use filters to export specific subsets
- Combine filters for precise exports
Export Examples
All expenses for the month:
- Go to Expenses
- Set date filter to the month
- Export
Food expenses for the quarter:
- Go to Expenses
- Set date filter to the quarter
- Filter by "Food" tag
- Export
One person's transactions:
- Go to Expenses (or Incomes)
- Filter by person
- Set date range
- Export
CSV Format
What is CSV?
CSV (Comma-Separated Values) is a simple text format that:
- Opens in Excel, Google Sheets, Numbers
- Can be imported into any spreadsheet software
- Is human-readable in text editors
- Works with most data analysis tools
File Structure
Exported CSV files include:
- Header row with column names
- One row per transaction
- Comma-separated values
- Proper quoting for special characters
Sample CSV Content
Description,Amount,Date,Account,Person,Tags
"Monthly Salary",75000,"2024-01-01","HDFC Salary","Dad","Salary"
"Freelance Project",15000,"2024-01-15","HDFC Salary","Dad","Freelance,Income"
Using Exported Data
In Microsoft Excel
- Open Excel
- Open the downloaded CSV file
- Data appears in columns
- Use Excel features for analysis
In Google Sheets
- Go to Google Sheets
- File → Import → Upload
- Select the CSV file
- Data imports into a new sheet
In Other Tools
CSV files work with:
- Apple Numbers
- LibreOffice Calc
- Data analysis tools (Python pandas, R)
- Database import utilities
Analysis Ideas
Category Breakdown
After exporting:
- Import into spreadsheet
- Create pivot table by tag/category
- Sum amounts per category
- Create pie chart
Monthly Trends
After exporting several months:
- Combine exports or export longer range
- Group by month
- Create trend charts
- Compare month-over-month
Person Comparison
After exporting:
- Create pivot table by person
- Sum amounts
- Compare spending across family members
Vendor Analysis
After exporting:
- Filter or sort by description
- Group similar vendors
- See where money goes
Best Practices
Regular Exports
Consider regular exports for:
- Monthly backup of transactions
- Quarterly detailed analysis
- Annual tax preparation
Consistent Naming
Name export files descriptively:
expenses-january-2024.csvincome-q1-2024.csvfood-expenses-2024.csv
Secure Storage
Store exported files securely:
- Financial data is sensitive
- Use encrypted storage if needed
- Don't share carelessly
Keep Filters Noted
Remember what filters were applied:
- Note in the filename
- Keep a record of export parameters
- Helps when reviewing later
Limitations
What's NOT Exported
Exports may not include:
- Calculated totals (you calculate in spreadsheet)
- Charts and graphs (data only)
- Account balances (transactions only)
Format Limitations
CSV format:
- Is plain text (no formatting)
- Doesn't include formulas
- May need cleanup for some special characters