The BankruptcyWatch Coding Challenge is designed to parse US names and addresses from various file formats (.xml, .tsv, .txt), combine them, and output a JSON file sorted by ZIP code in ascending order.
- Python
- Standard Python libraries
- Clone this repository to your local machine.
- Navigate to the directory containing the
challenge.pyscript. - Run the script from the command line, providing the paths to the input files as arguments:
python challenge.py path/to/input1.xml path/to/input2.tsv path/to/input3.txt