t1794t7586 / mdcsvimporter

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

Could you add an option for "ignore footer lines" ? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My bank will let me download an excel for my credit card transactions. They add 
a balance and summary to the last few lines of the file. This means the format 
is not recognised by the importer. If I remove the footer lines, it works 
correctly.

What steps will reproduce the problem?
1. Define a CSV format (see attached screen shot)
2. Attempt to import a file with extra lines at the end (see attachment)
3.

What is the expected output? 
The importer recognises the file format

What do you see instead?
Format not recognised - See attached screen shot

What version of the product are you using? On what operating system?
Beta 15.7 - MacOS 10.7.2

Please provide any additional information below.
Also, in this latest beta, there are new options for changing the decimal sign 
grouping and amount format but these are all greyed out. I think I would find 
it useful to be able to at least change the decimal symbol. 

Original issue reported on code.google.com by sarfaraz...@gmail.com on 24 Jan 2012 at 11:08

Attachments:

GoogleCodeExporter commented 9 years ago
Hi. I think I looked at having footer lines to skip before and it is more 
difficult than simply skipping header lines. I gave it a look just now and 
think I will add it into the next version.
For the new greyed out fields, those are new enhancements I want to add. I had 
to merge in the other new code and just greyed out my new fields since I did 
not finish the code yet. So, at some point I want to finish them and they will 
be usable.

Original comment by stashu....@gmail.com on 26 Jan 2012 at 7:11

GoogleCodeExporter commented 9 years ago
I added a 'Number of Footer Lines:' option. 
I will close this and call it fixed. The other option you mentioned could be 
put into another issue (which as you saw I planned on doing anyways).

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

GoogleCodeExporter commented 9 years ago
Excellent! - works very nicely. Looking forward to the decimal sign and amount 
format so that I can remove another step from my workflow!

Original comment by sarfaraz...@gmail.com on 29 Jan 2012 at 6:02