We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
not so easy if you want to do row based as you are doing with the other formatters. maybe a initial step would be a .to_h method to the Table class?
Sorry, something went wrong.
That is an idea.
Check out the RDF outputter. The JSON one should be similar.
please check my git pull. I added a to_h method to the Table class. now it is possible to do something like:
require './lib/bio-table' include BioTable x = TableReader::read_file("./test/data/input/table1.csv") x.to_h
after that you could do something like x.to_h.to_json
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: