t1794t7586 / mdcsvimporter

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

CSV plug-in won't work #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to extensions tab, click import file
2. type csv file name (stored in xl), file reader set as simple
3. try to import

What is the expected output? What do you see instead?
 it should import, instead it says unsupported csv file format

What version of the product are you using? On what operating system?
free from today, windows7

Please provide any additional information below.

Original issue reported on code.google.com by santoska...@gmail.com on 13 Jul 2013 at 5:31

GoogleCodeExporter commented 9 years ago
Hi. There are a few built in readers, but my guess is you want to create a 
'custom reader' where you define what each column/field are in your csv file. 
Give it a name and save it. You pick each field to be a payment, deposit, date, 
description or whatever they are.

Then when you load your file, it will try to match to a reader definition where 
the fields match your input file. If it finds one, it will let you use it to 
import your file.

If you are saying you have an excel file, you must save it to a *.csv (comma 
separate values) format, simple text, and import that.

There is a download called "custom-reader-config.doc" you can get to give you 
one example to look at.

Original comment by stashu....@gmail.com on 13 Jul 2013 at 10:23