Fispact output file translator
Easy to build via cmake, but does require the following dependencies, provided in the subdirectory ‘dependencies’:
Please use recursive clone to get the dependencies!
git clone --recursive -j8 https://github.com/fispact/fislator
Then build via:
mkdir build
cd build
cmake ..
make
To convert to csv do:
./fislator -f test.json --csv
Supports multiple file formats (even at the same time).
The following does both tab and csv files.
./fislator -f test.json --csv --tab
Translates JSON to other common file formats.
Work ongoing…