W01fw00d / pH_txt_to_csv

Converts PH measurements in .txt into .csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converts pH measurements in .txt into .csv

  • This program UI, code variables and build/manual.txt is written in Catalan only

This task parses a .txt file with a format like build/entrada/exemple.TXT (build/input/example) This input file is the output from a Mettler Toledo pH meter

  • It orders the data by hour of measurement and pH value
  • It removes innecesary additional data
  • It outputs a .csv file

How to use the build

  1. Open the .jar file inside build
  2. A window will pop-up. Click inside the box next to "Arxiu d'entrada" (input file) in order to see a dropdown with all the files available in the "entrada" (input) folder
  3. Select a file. The task will name the output .csv file with the input file name by default. You can customize that name using the textbok "Arxiu de sortida" (output file)
  4. Click in "Crear arxiu" (create file) to process the choosen file and create a new file in the "sortida" (output) folder
  5. A message displaying "Arxiu **____** creat" ("**____** file created") will popup if the process was succesful

About

Converts PH measurements in .txt into .csv

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%