项目作者: fispact

项目描述 :
Fispact output file translator
高级语言: C++
项目地址: git://github.com/fispact/fislator.git
创建时间: 2019-06-25T20:57:35Z
项目社区:https://github.com/fispact/fislator

开源协议:

下载


FISpact transLATOR = FISLATOR

Easy to build via cmake, but does require the following dependencies, provided in the subdirectory ‘dependencies’:

  • CLI11 (header only)
  • nlohmann_json (header only)

Please use recursive clone to get the dependencies!

  1. git clone --recursive -j8 https://github.com/fispact/fislator

Then build via:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

To convert to csv do:

  1. ./fislator -f test.json --csv

Supports multiple file formats (even at the same time).
The following does both tab and csv files.

  1. ./fislator -f test.json --csv --tab

About

Translates JSON to other common file formats.

  • csv
  • tabulated?
  • xml?
  • hdf5?

Work ongoing…