Extract data records from FCS3.0 format file and save as CSV format file.
I have confirmed the work of this program by using the following:
- Test data of FCSExtract Utility
- Exported data from Sony ec800
- Python 3.4.x
python main.py /path/to/file_or_dir
- .exe package is available at
./dist/FSC3toCSV.exe
- Drag and drop a FCS3.0 file (
.fcs
) or directory into main.exe - This package is complied on Windows 7 with python 3.4.3 and py2exe
- Install latest python 3.4 from official site and py2exe from pip
- Run
setup.py
as below:
python setup.py
FCS3toCSV.exe
will be built into./dist/