mabart / parsecsv-for-php

Automatically exported from code.google.com/p/parsecsv-for-php
MIT License
0 stars 0 forks source link

Hide certain columns #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, Just wanted to let you know that your script is great but i have one 
question. Can I hide certain columns or is there anyway that I can 
disclude them from grabbing from the CSV file? 

Thanks,
Alan

Original issue reported on code.google.com by dopey...@gmail.com on 5 Sep 2007 at 7:29

GoogleCodeExporter commented 8 years ago
That's easy.
You don't really need to remove a column from the output. 
If you wanted, you could just loop through the values and print just the values 
you
want in a table with predefined headers.

Original comment by jeff.ef...@gmail.com on 10 Sep 2007 at 3:59

GoogleCodeExporter commented 8 years ago
Sorry for the insane delay. Things have been a bit crazy the last few months.

I'll see about adding a white-list and/or black-list features for columns in 
the next release. Off the top of my 
head I can't say exactly how easy/hard it'll be. But I believe it shouldn't be 
a big problem :)

I'm gonna have some free time on my hands very soon, which i'll use for use for 
making parseCSV a bit more 
idiot-proof from incorrectly formatted csv files and also add this feature.

Original comment by zynode on 12 Dec 2007 at 8:45

GoogleCodeExporter commented 8 years ago
I'm not releasing 0.4.1 (or whatever might be the next release) till I've 
implemented white/black column lists. Not 
to mention it'll probably be the only change in the next release... lol

I simply didn't have time for it with the 0.4 beta release unfortunately. My 
apologies.

Original comment by zynode on 11 Apr 2008 at 6:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is a feature that slipped between the cracks a bit while 0.4.1 and 0.4.2 
releases mainly fixed very minor (but 
important) bugs.

I've now create a specific branch containing basic (at this point not yet 
working) code, you check it out here: 
http://parsecsv-for-php.googlecode.com/svn/branches/column-filtering/

I decided to branch it, cause I simply don't have time to finish it tonight, 
however, there are two other issues 
which I've fixed in trunk, and I'm now packaging up a 0.4.3 beta release with 
those fixes.

Original comment by zynode on 30 Jun 2008 at 9:32

GoogleCodeExporter commented 8 years ago
First of all, thanks for this lib...

I'm very interested in using this lib but since the last commit was in 2008 I'm 
afraid of using it.

Could you recommend me the most stable version?

Thanks in advanced

Sorry for my english

Original comment by wce...@gmail.com on 17 Jul 2013 at 6:53