SUMMARY I don't know if this behavior is intended. Baloo seems to ignore indexing for .ofx, Open Financial Exchange, a file format typically used for accounting. It shows the following message: Invalid encoding. Ignoring "/path/to/file.ofx" SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20200214 KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.68.0 Qt Version: 5.14.1 Kernel Version: 5.5.2-1-default
Please provide the output of $> xdg-mime query filetype /path/to/file.ofx
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
(In reply to Stefan Brüns from comment #1) > Please provide the output of > > $> xdg-mime query filetype /path/to/file.ofx Hello, sorry for taking so long. The output is: text/plain
Unfortunately, ofx is not "Open Financial Exchange, a file format typically used for accounting", but two different formats, one based on SGML (version <= 1.6), the other one XML (Version >= 2). If it were a XML formatted one, xdg-mime should return application/xml, so it likely is a SGML one. The SGML one has an ENCODING header, with allowed values UTF8 and USASCII. Baloo uses utf8 for text files, so UTF8 would be ok, and as USASCII is a strict subset of UTF8, it still is ok. -> your file *does* contain invalid data.
That's weird, it works fine with KMyMoney, Skrooge and others. It seems to be proper SGML and encoding appears as USASCII. But yeah, it seems to be an issue with how my bank handles those files since after downloading any ofc, ofx and csv file, all of them show text/plain.
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!