|
|
| Name: |
csvFieldDump |
| Base name: |
csvfielddump |
| Description: |
Pull only the fields you want from a csv file. |
| Related classes: |
cgi, flags, man |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1051 users |
| All time rank: |
2931 |
| Week users: |
0 users |
| Week rank: |
2450 |
| |
|
This class can pull only the specified fields from a csv file. you can specify either the field numbers or field names to pull out. Also it can just show you a numbered list of the csv headers.
Also in the class i've added some code at the bottom which allows this class to be used on the command line by passing various flags to it.
if you make the script executable try ./script -h for help.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (58.3%) |
Not sure (50.0%) |
Not sure (50.0%) |
- |
- |
- |
Insufficient (39.2%) |
2003 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
csvfd.1m |
Doc. |
man file for csvfd (csvfielddump) |
csvfielddump |
Class |
class file - and its a php cgi - use ./csvfielddump -h for help |