-
Notifications
You must be signed in to change notification settings - Fork 0
tomotaka/msmoney-parser-rb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I made this program to parse Microsoft Money import file which can be downloaded from Mitsubishi Tokyo UFJ online banking service.(I'm Japanese and I don't know MUFG Direct service is international service...) sample: require "ms_money_parser" # parse file = "./1234567890.ofx" data = MsMoney::Parser.parse(file) p data.meta_data p data.transactions # you can use data on Excel with CSV format csv_output_file = "./converted.csv" MsMoney::SimpleCsvDumper.dump(csv_output_file, data)
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published