Import transactions from a CSV or JSON file
CSV file with columns: date, amount, type, note
date,amount,type,note
2026-01-15,-50,expense,Coffee
2026-01-16,5000,income,SalaryJSON array of transactions
[{"date":"2026-01-15",
"amount":-50,
"note":"Coffee"}]