There are some things I’ve been wanting in the QueryTool, so I just threw them in. Here’s the list;
- proxy support (add proxy host and port to the command line args)
- sortable results table (via column header click)
- export result data to CSV file
- scrollable query scratchpad
The tool can be downloaded here
To run it, type;
java -jar QueryTool1.2.jar <AccessId> <SecretKey> [ProxyHost] [ProxyPort]
Hi David,
Thank you for sharing. Is the source code available? I did not see on the typica page.
Best Regards,
Sean
Yes, it is on a branch (newsdb).
http://code.google.com/p/typica/source/browse/branches/newsdb/test/java/QueryTool.java
Glad I’ve finally found smohetnig I agree with!
Thanks for putting this (and the Typica library) together. Would it be possible to add some error reporting into the query tool? I’m trying to debug a query and was hoping the tool would make it easy to try out a few different approaches, but when the query fails, it fails silently.
Thanks and I can look at that. I’d like to see errors as well.