Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Jack via KMyMoney-devel
On my Linux box, that is part of the Qt Cryptographic Architecture (QCA) package. Per https://userbase.kde.org/QCA, it is available for MacOS. On 2024.01.07 08:00, Jonathan Kimmitt via KMyMoney-devel wrote: I tried to follow the instructions to build the master branch, but it failed

Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Jonathan Kimmitt via KMyMoney-devel
I tried to follow the instructions to build the master branch, but it failed saying that qca-qt5-config.cmake was not found. Perhaps this is an Apple-Silicon issue. On 7 Jan 2024, at 11:36, Thomas Baumgart via KMyMoney-devel wrote: On Sonntag, 7. Januar 2024 11:30:30 CET Thomas Baumgart via

Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Thomas Baumgart via KMyMoney-devel
On Sonntag, 7. Januar 2024 11:30:30 CET Thomas Baumgart via KMyMoney-devel wrote: [...] > The master branch version has other problems after the dialog is left > but that is something we need to find out. They may be related to other > changes made to KMyMoney in the meantime. This is now

Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Thomas Baumgart via KMyMoney-devel
Jonathan, thanks for the samples. They did the trick. I was able to reproduce the problem. My previous code analysis was based on the master code base but not the stable version which you are using. Since I did not remember any changes on the GNC importer I thought it would be enough. Apparently

Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Thomas Baumgart via KMyMoney-devel
Never mind, saw your mail to the list with the content too late :) Seems I need another coffee. On Sonntag, 7. Januar 2024 10:25:36 CET Thomas Baumgart via KMyMoney-devel wrote: > Thanks for the answers. If no dialog is shown, then one of the checks fails. > We simply need to find out what it

Re: GnuCash import difficulty and interim solution

2024-01-07 Thread Thomas Baumgart via KMyMoney-devel
Thanks for the answers. If no dialog is shown, then one of the checks fails. We simply need to find out what it is. Can you provide the first 70-100 characters of the file here? There should not be any confidential data in that part. On Samstag, 6. Januar 2024 23:29:28 CET Jonathan Kimmitt

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jonathan Kimmitt via KMyMoney-devel
This is the head of my file: http://www.gnucash.org/XML/gnc; xmlns:act="http://www.gnucash.org/XML/act; xmlns:book="http://www.gnucash.org/XML/book; xmlns:cd="http://www.gnucash.org/XML/cd; xmlns:cmdty="http://www.gnucash.org/XML/cmdty;

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jack via KMyMoney-devel
Can you open the file in a text editor and confirm that it meets the criteria Thomas listed, specifically that the string "by one or more digits" occurs within the first 70 bytes of the file? On 2024.01.06 17:29, Jonathan Kimmitt via KMyMoney-devel wrote: I see no dialogue box. My gnucash XML

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jonathan Kimmitt via KMyMoney-devel
I see no dialogue box. My gnucash XML file is uncompressed. My file is chosen from a pop up window so it must exist. I can try the Linux version another time to see if there are terminal messages. However my GnuCash is v5.4 and the documentation says that the importer was designed for v2.x

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Thomas Baumgart via KMyMoney-devel
On Samstag, 6. Januar 2024 18:24:47 CET Jack via KMyMoney-devel wrote: > On 1/6/24 12:17, Jonathan Kimmitt wrote: > > Yes, it is present and has version GNC Importer Version 5.1.3-33a66be8a. > > Under OSX it’s in KMyMoney preferences instead of Setting > > > > It’s probably something stupid like

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jack via KMyMoney-devel
On 1/6/24 12:17, Jonathan Kimmitt wrote: Yes, it is present and has version GNC Importer Version 5.1.3-33a66be8a. Under OSX it’s in KMyMoney preferences instead of Setting It’s probably something stupid like an account or payee name with an & in is represented unadorned in the XML whereas

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jonathan Kimmitt via KMyMoney-devel
Yes, it is present and has version GNC Importer Version 5.1.3-33a66be8a. Under OSX it’s in KMyMoney preferences instead of Setting It’s probably something stupid like an account or payee name with an & in is represented unadorned in the XML whereas KMyMoney requires > On 6 Jan 2024, at 17:10,

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jack via KMyMoney-devel
On 1/6/24 11:40, Jonathan Kimmitt via KMyMoney-devel wrote: Hi Jack, I am using Apple M1 macOS 14.2.1 (23C71), with GnuCash Version: 5.4 Build ID: 5.4+(2023-09-23) and KMyMoney Version 5.1.3-33a66be8a The converter was written with OCaml 5.0.0 but I would not expect any lack of portability

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Mark Penner via KMyMoney-devel
On Saturday, January 6, 2024 10:40:09 AM CST Jonathan Kimmitt via KMyMoney- devel wrote: > The error when trying to open the GnuCash XML in the GUI was: > Could not read your data source. Please check the KMyMoney settings that the > necessary plugin is enabled. > > Based on what Mark was

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jonathan Kimmitt via KMyMoney-devel
Hi Jack, I am using Apple M1 macOS 14.2.1 (23C71), with GnuCash Version: 5.4 Build ID: 5.4+(2023-09-23) and KMyMoney Version 5.1.3-33a66be8a The converter was written with OCaml 5.0.0 but I would not expect any lack of portability for the XML handling. The error when trying to open the

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Mark via KMyMoney-devel
Jan 6, 2024 10:24:15 Jack via KMyMoney-devel : > However, my first question is what didn't work on trying to open a GnuCash > XML file. My question also. I am also currently using GnuCash and thinking about switching to KMyMoney. I have been able to open my GnuCash file, the only things that

Re: GnuCash import difficulty and interim solution

2024-01-06 Thread Jack via KMyMoney-devel
On 1/6/24 10:36, Jonathan Kimmitt via KMyMoney-devel wrote: (* Dear kMyMoney developers, I came across KMyMoney while looking for a replacement for the recently deceased QuickBooks Desktop. Having gone to the trouble of converting my accounts from Quickbooks to GnuCash, I was a little

GnuCash import difficulty and interim solution

2024-01-06 Thread Jonathan Kimmitt via KMyMoney-devel
(* Dear kMyMoney developers, I came across KMyMoney while looking for a replacement for the recently deceased QuickBooks Desktop. Having gone to the trouble of converting my accounts from Quickbooks to GnuCash, I was a little disappointed that the “open Gnucash XML file” feature didn’t seem to