You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import an .ofx file created using csv2ofx, it says "nothing to import from this file". Using a qif file created with the same program for the same source file works.
All the exception says on the command line is the following:
System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(TextReader txtReader)
at OfxSharp.OFXDocumentParser.Parse(String ofxString)
at OfxSharp.OFXDocumentParser.ParseOfxDocument(String ofxString)
at OfxSharp.OFXDocumentParser.Import(String ofx)
at NickvisionMoney.Shared.Models.Account.ImportFromOFXAsync(String path, String defaultTransactionRGBA) in /run/build/org.nickvision.money/NickvisionMoney.Shared/Models/Account.cs:line 1455
I can reproduce this using the following, simplified .ofx file example:
When I import an
.ofx
file created using csv2ofx, it says "nothing to import from this file". Using aqif
file created with the same program for the same source file works.All the exception says on the command line is the following:
I can reproduce this using the following, simplified .ofx file example:
The text was updated successfully, but these errors were encountered: