willemstein
New Member
I just downloaded this.
First thing I tried was the new importer, as the old one could not import .csv from my bank (ING.nl).
I think it's a big step forward, now that it can deal with datafiles without account fields.
But I'm sorry to say that it is *still* cannot import my bank's datafiles.
What it does right:
- line/field delimiters work, so transactions are identified correctly
- header line (with field names) is ignored
- dates are correct
What goes wrong:
- content of many "payee" fields is ignored
What goes horribly wrong:
- source file has both "transaction type" and "comment" fields. Content of "transaction type" is put into "comment", and actual comment is lost
- even worse: decimals are ignored for "amount": "63,75" is read as "63,00"
I thought this all might result from a text encoding problem, so I changed from 'none' to 'utf8'. This made things worse.
But choosing the wrong encoding should not result in field content being switched around.
I then opened the source file in Excel, and saved to another file (this I DO NOT want to do on a regular basis).
Mmm. Excel thinks CSV uses ";" as separator. There goes the 'standard'...
This gave some improvement: comment and amount fields were now OK, but "Payee" still ignored many values. I believe these contain 'forbidden' values: numbers and/or any of "greater than", "forward slash", "backward slash", maybe others.
"Payee", imho, should be read as text, no exceptions.
"Transaction type" was still set to "Unknown", with one exception. The source file can have two values in this field that iCash does not have. I can understand that these would show up as "Unknown", but ignoring *all* others?
So pulling the source file through Excel resolves the "horribly wrong" partly, and the "wrong" not at all.
What is going on??
[Mac OS X 10.6.3]
First thing I tried was the new importer, as the old one could not import .csv from my bank (ING.nl).
I think it's a big step forward, now that it can deal with datafiles without account fields.
But I'm sorry to say that it is *still* cannot import my bank's datafiles.
What it does right:
- line/field delimiters work, so transactions are identified correctly
- header line (with field names) is ignored
- dates are correct
What goes wrong:
- content of many "payee" fields is ignored
What goes horribly wrong:
- source file has both "transaction type" and "comment" fields. Content of "transaction type" is put into "comment", and actual comment is lost
- even worse: decimals are ignored for "amount": "63,75" is read as "63,00"
I thought this all might result from a text encoding problem, so I changed from 'none' to 'utf8'. This made things worse.
But choosing the wrong encoding should not result in field content being switched around.
I then opened the source file in Excel, and saved to another file (this I DO NOT want to do on a regular basis).
Mmm. Excel thinks CSV uses ";" as separator. There goes the 'standard'...
This gave some improvement: comment and amount fields were now OK, but "Payee" still ignored many values. I believe these contain 'forbidden' values: numbers and/or any of "greater than", "forward slash", "backward slash", maybe others.
"Payee", imho, should be read as text, no exceptions.
"Transaction type" was still set to "Unknown", with one exception. The source file can have two values in this field that iCash does not have. I can understand that these would show up as "Unknown", but ignoring *all* others?
So pulling the source file through Excel resolves the "horribly wrong" partly, and the "wrong" not at all.
What is going on??
[Mac OS X 10.6.3]