The Horiba Duetta fluoerescence and absorbance spectrometer outputs data as .txt, which is not useful to anyone trying to do anything with this data. This program will convert a single .txt file or all .txt files in a directory to .csv for analysis.
Currently, the program only works if the input file is a TableHeaderData Duetta file. An input directory may contain other files, but the files read will only be TableHeaderData files. The program currently works for only fluorescence data.
Program works with both directories and individual files. When reading a directory, the program will automatically organize all files by the reported timestamp in the TableHeaderData file. Currently working on adding titles to columns, .xlsx functionality.