Parses pH and conductivity records from a particular proprietary format and outputs it in Microsoft Excel format.
- Clone this respositry (alternatively, download the files manually).
- Ensure that Python 2.x is installed, and that the xlwt library is installed as well.
- Run the program as a normal Python script, and supply a list of files to convert as command parameters.
Example:
python PhConductivityParser.py file1.txt file2.txt
Running the above will cause file1.txt and file2.txt to be parsed and the output will be in file1.txt.xls and file2.txt.xls.