Page 1 of 1

Import error on non-lowercase file extension

Posted: Mon May 19, 2014 9:30 am
by Linda Kaioh
Hi! I use CintaNotes 2.6 on Windows XP SP3 and trying to import XML file with notes. If XML file name have lowercase extension (byaka.xml) then import works well. If extension is not lowercase (byaka.XML, byaka.XmL and so on) then I get this error:

NotebookFileException: C:\Cintanotes.XML
Import: Unknown file type


I think it's because CintaNotes code uses case sensitive comparsion when trys to guess file type: XML or binary notebok file. In example above it compares "XML" with "xml" and thinks they are different, so CintaNotes guess this file is binary. So it get error during import.

Re: Import error on non-lowercase file extension

Posted: Thu May 22, 2014 8:20 am
by CintaNotes Developer
Hi Linda,
thanks a lot for the detailed report!
We've fixed this bug and the fix will be deployed with the next CintaNotes update (2.6.1), planned for next week.
Thanks!

Re: Import error on non-lowercase file extension

Posted: Thu May 22, 2014 8:25 am
by Linda Kaioh
No problem ^^