Releases: hackjustin/csv-field-extractor
Releases · hackjustin/csv-field-extractor
Release list
v1.0.1 - Metadata Fix
Metadata Fix
- Fixed author name in PyPI package metadata
- No code changes from v1.0.0
v1.0.0 - Initial Release
Initial Release
A simple but powerful Python utility for extracting fields from CSV files.
Features
- CLI interface for quick command-line usage
- Python library for programmatic access
- Multiple output formats (lines, comma-separated, space-separated)
- Alphabetical sorting option
- Field validation with helpful error messages
- Comprehensive tests and documentation
Installation & Usage
# Clone the repository
git clone https://github.com/yourusername/csv-field-extractor.git
cd csv-field-extractor
pip install -r requirements.txt
# Use directly
python csv_field_extractor.py data.csv Symbol --sort
# Or install as package for global use
pip install -e .
csv-extract data.csv Symbol --sort --output comma