A command-line tool for parsing EDI claims files to JSON format.
pip install git+https://github.com/axellarsstenson/edi-parser.git# Parse a file and output to stdout
edi-parser input.edi
# Parse a file and save to JSON
edi-parser input.edi -o output.json
# Get help
edi-parser --help- Clone the repository:
git clone https://github.com/axellarsstenson/edi-parser.git
cd edi-parser- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install development dependencies:
pip install -e ".[dev]"- Run tests:
pytestThis project is licensed under the MIT License - see the LICENSE file for details.