Python script to extract tabular data from ASCII text copied from a web page.
- Download and extract the ZIP file to the desktop.
Windows 10
2a) Open Command Prompt and run the following commands:
cd C:\Users\%username%\Desktop\extract-master\extract-master
python extract.py
MacOS
2b) Open Terminal and run the following commands:
cd /Users/$USER/Desktop/extract-master
python extract.py
This will apply the extraction to the content.txt file and output the result to results.csv.