We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when trying to import a bank statement in csv format, I get the following output on konsole: 5:2017/01/02 14-08-24:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button 5:2017/01/02 14-08-24:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 0 5:2017/01/02 14-08-26:(null)(24888):dlg_importer.c: 1020: Activated: wiz_file_button kmymoney(24888) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 1 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 1020: Activated: wiz_importer_list 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 503: Selected value: 0 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 528: Selected importer [ofx] 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 503: Selected value: 0 5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 528: Selected importer [ofx] 5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 1020: Activated: wiz_importer_list 5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 503: Selected value: 3 5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 528: Selected importer [csv] 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 2 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 503: Selected value: 3 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 528: Selected importer [csv] 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 1020: Activated: wiz_profile_list 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 602: Selected value: 0 5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 627: Selected profile [AqMoney2] 5:2017/01/02 14-08-59:(null)(24888):dlg_importer.c: 1020: Activated: wiz_profile_list 5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button 5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 3 5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 602: Selected value: 8 5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 627: Selected profile [PSK] 3:2017/01/02 14-09-13:gwen(24888):text.c: 257: Found a closing " without an opening one (consider using a backslash to escape) 3:2017/01/02 14-09-13:aqbanking(24888):csv.c: 107: Error importing data (-1) 3:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 769: Error importing file: -1
My system is kde-neon (based on ubuntu 16.04), with aqbanking 5.6.4-beta installed from repositories.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when trying to import a bank statement in csv format, I get the following output on konsole:
5:2017/01/02 14-08-24:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button
5:2017/01/02 14-08-24:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 0
5:2017/01/02 14-08-26:(null)(24888):dlg_importer.c: 1020: Activated: wiz_file_button
kmymoney(24888) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 1
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 1020: Activated: wiz_importer_list
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 503: Selected value: 0
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 528: Selected importer [ofx]
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 503: Selected value: 0
5:2017/01/02 14-08-35:(null)(24888):dlg_importer.c: 528: Selected importer [ofx]
5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 1020: Activated: wiz_importer_list
5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 503: Selected value: 3
5:2017/01/02 14-08-53:(null)(24888):dlg_importer.c: 528: Selected importer [csv]
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 2
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 503: Selected value: 3
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 528: Selected importer [csv]
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 1020: Activated: wiz_profile_list
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 602: Selected value: 0
5:2017/01/02 14-08-57:(null)(24888):dlg_importer.c: 627: Selected profile [AqMoney2]
5:2017/01/02 14-08-59:(null)(24888):dlg_importer.c: 1020: Activated: wiz_profile_list
5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 1020: Activated: wiz_next_button
5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 803: Value of wiz_stack: 3
5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 602: Selected value: 8
5:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 627: Selected profile [PSK]
3:2017/01/02 14-09-13:gwen(24888):text.c: 257: Found a closing " without an opening one (consider using a backslash to escape)
3:2017/01/02 14-09-13:aqbanking(24888):csv.c: 107: Error importing data (-1)
3:2017/01/02 14-09-13:(null)(24888):dlg_importer.c: 769: Error importing file: -1
My system is kde-neon (based on ubuntu 16.04), with aqbanking 5.6.4-beta installed from repositories.
The text was updated successfully, but these errors were encountered: