Code Monkey home page Code Monkey logo

yofortune.ofx.parser's Introduction

YoFortune.OFX

A .NET OFX (Open Financial Exchange) parser.

var parser = new OFXDocumentParser();

var document = parser.Load(File.ReadAllText("CC17323-09-11.ofx"));

document.BankAccounts[i].BranchId, BankId, AccountId, Transactions...
document.BankAccounts[i].Transactions[i].Amount, Memo, Date, Type...

Download/Install

GitHub Releases
Nuget
Install-Package YoFortune.OFX

Features Roadmap

  • Parse OFX files
  • Support for multiple bank accounts and their transactions
  • Support for latin characters

Dependencies

Changelog Full Changelog

  • 1.0
    • Initial version

Contributing

Contributions via pull request are great!

We use SPACES for indentation.

Copyright

Copyright © Nicollas Fernandes Ricas and contributors.

License

YoFortune.OFX is licensed under MIT.

yofortune.ofx.parser's People

Contributors

nicollasricas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mrmontana1889

yofortune.ofx.parser's Issues

MVC view issue

Hi

I have tried to return data using a viewbag and viewdata, but when I upload the OFX file the view returned is blank. The project builds with no errors.

In controller
Controller.txt

In View
View.txt

OFX File
ofxdoc.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.