t1794t7586 / mdcsvimporter

Automatically exported from code.google.com/p/mdcsvimporter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add New feature - question really #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Date / Description/Withdrawal/Deposit/Balance

What is the expected output? What do you see instead?
Date / Description/Withdrawal/Deposit/Balance

What version of the product are you using? On what operating system?

Mac Osx 10.5
Please provide any additional information below.

Original issue reported on code.google.com by binukala...@gmail.com on 31 Dec 2011 at 4:24

GoogleCodeExporter commented 9 years ago
What are you talking about here?
Do you want to use the words: Withdrawal and Deposit
instead of Payment and Deposit?

Original comment by stashu....@gmail.com on 28 Jan 2012 at 8:44

GoogleCodeExporter commented 9 years ago
My CSV file is on the above format, But its not recognised by the importer...

Date / Description/Withdrawal/Deposit/Balance

How can i import with this..

Original comment by binukala...@gmail.com on 29 Jan 2012 at 7:21

GoogleCodeExporter commented 9 years ago
Hi. I have been without a laptop for a while and am just getting time to look 
at this again. I am trying to guess at your question. 

If you have a regular csv file (comma separated values) then you might have a 
file like this:

Date,Description,Withdrawal,Deposit,Balance
"2012/05/02",Wal-Mart,15.12,0.0,-15.12
"2012/05/04","returned to store",0.0,15.12,0.0

If you are using '/' as field delimiters, than you would have:

Date/Description/Withdrawal/Deposit/Balance
"2012/05/02"/Wal-Mart/15.12/0.0/-15.12
"2012/05/04"/"returned to store"/0.0/15.12/0.0

either one will work. when you configure a reader, just change
the csv field separator character to / if you need to.
Below is an attached picture of how to set the config.

Original comment by stashu....@gmail.com on 1 Jul 2012 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
I will try the same

Original comment by binukala...@gmail.com on 1 Jul 2012 at 10:40

GoogleCodeExporter commented 9 years ago
I had done several test with different out files from different banks,  But 
nothing works as the csv file is as per attached file and  the error is getting 
as per attached screen shot. Please review and help

Original comment by binukala...@gmail.com on 29 Jul 2012 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
Any developments on the above issue..???

Original comment by binukala...@gmail.com on 24 Jul 2013 at 6:32

GoogleCodeExporter commented 9 years ago
For first picture, you need to hit 'add' for a new reader.  
Hit 'save' after that if you change one.

For 2nd picture  that means none of your reader configs matches the import file 
you pointed to. Download the how to doc to get some tips.

Also download the newest importer 15.7.12 I think it is. 
Has mac fixes.

After that send me a non private sample csv file if you cannot get it.
Also look in the md console and send me that for help. Do this on a public file 
so we do not see your real data.

Original comment by stashu....@gmail.com on 24 Jul 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Hi. Here is another doc to show you how to set your reader up for your 
workbook1.csv
If you have a mac problem, upgrade your java.

Original comment by stashu....@gmail.com on 26 Jul 2013 at 2:05

Attachments: