On Thu, May 6, 2010 at 10:39 AM, Dop Sun <su...@dopsun.com> wrote: > Basically, my question is whether there is a tool, like json2sstable, which > can import some data in a format which can be easily manual created. I don't > know the experience of other people, but what I'm currently doing is writing > a small application to write the data in.
Seems to me if you wrote this script to read a data file, say in json format, and that it deduced the schema from that json file, then it could be generic and usable by others.