Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@hackjustin hackjustin released this 30 May 15:28
· 3 commits to main since this 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