leonardomelosantos / ofxparser.net

Library developed with C# that reads and translate OFX files (financial files), like a parser to help your own C# application.
29 stars 31 forks source link

"Invalid Transaction Value." - South africa problem #2

Open leonardomelosantos opened 7 years ago

leonardomelosantos commented 7 years ago

User WikusHattingh wikus@ejm.co.za sends the following message to the owners of Package 'OFXParser'.

Hi Leonardo, thank you for your OFX Parser. It helps me a great load. I am getting the following error though whe parsing OFX files. It doesnt show the DEBIT/CREDIT amount in the transactions. It does show it under the import errors showing it up as "Invalid Transaction Value." I dont know if it has to do with the "." We use the "." here in south africa instead of the , for example 12819.90 compare to 12819,90 can you maybe help please?

leonardomelosantos commented 2 weeks ago

I think this library should provide a way to receive client function to execute the parsing, because this parsing (string to financial value) can be different in some countries.