It looks like tables currently supports only loading data from a file. Is that correct?
For the "Library Use", it would be nice to be able to load an object (say JSON) which has been obtained using some other program in the same nodejs session, without having to first write to a file.
If this is already supported, please let me know how to use it. I read through the docs multiple times, but didn't see an example.
Thanks!
It looks like
tablescurrently supports only loading data from a file. Is that correct?For the "Library Use", it would be nice to be able to load an object (say JSON) which has been obtained using some other program in the same nodejs session, without having to first write to a file.
If this is already supported, please let me know how to use it. I read through the docs multiple times, but didn't see an example.
Thanks!