vmkernel / expense-iq

A set of scripts designed to decode and encode Expense IQ (ex. Easy Money) backup file. Primarily to fix backup restoration errors caused by special symbols stored in text strings (in transaction/account description).
GNU General Public License v3.0
0 stars 2 forks source link

fixed a bug, implemented file encoding, refactored #3

Closed vmkernel closed 1 year ago

vmkernel commented 1 year ago

Fixed: A small bug with array indexing. Implemented: Encoding from SQL file to Expense IQ backup format. Optimized: A little refactoring to optimize code and memory usage. Removed: Outdated SQL schema generation for decoded backup file.