How to login and export to CSV using wget?, posted by Alan Grant on Sun Apr 24 02:09:47 2016
|
Is it possible to use wget to log into elog and export all of a logbook's data into a CSV file?
I can accomplish this perfectly when authentication IS NOT required by using: wget --no-check-certificate -O e:\export.csv http://localhost:8080/demo/?mode=CSV1
However, I cannot accomplish it when authentication IS required by using: wget --no-check-certificate -O e:\export.csv "http://localhost:8080/demo/?mode=CSV1&uname=agrant&upassword=skipper" |
Re: How to login and export to CSV using wget?, posted by Alan Grant on Sun Apr 24 06:49:33 2016
|
UPDATE:
After days of head banging and trying different syntax combinations, I finally stumbled on my own answer. It involved some syntax adjustments,
and then splitting the task into these two consecutive operations: |
Quick Filter not searching, posted by Alan Grant on Wed Aug 10 15:40:49 2016
|
With all of our instances of Elog where we have Quick Filters enabled, any filter that we input characters into does not search the server when we press
enter (there is no "Search" button). Interestingly, it will only search when we click anywhere on a blank area of the Elog interface. Is
that the intended procedure for searching? |
Quick Filter not searching on Enter, posted by Alan Grant on Wed Aug 10 16:46:09 2016
|
With all of our instances of Elog where we have Quick Filters enabled, any filter that we input characters into does not search the server when we press
enter (there is no "Search" button). Interestingly, it will only search when we click anywhere on a blank area of the Elog interface. Is
that the intended procedure for searching? |
Re: Quick Filter not searching on Enter, posted by Alan Grant on Thu Aug 11 16:22:26 2016
|
Yes it works fine in this forum. Interesting that when I open my problem instance from latest Chrome it works fine but not IE 11. I'll dig into
browser settings and post back when I have more info.
|
Re: Quick Filter not searching on Enter, posted by Alan Grant on Thu Aug 11 16:40:47 2016
|
Yes it works fine in this forum. I also discovered my problem is resolved using Chrome. I'll dig into browser and let you know when I find
something.
|
Re: Quick Filter not searching on Enter, posted by Alan Grant on Thu Aug 11 17:09:47 2016
|
Found the problem. I needed to turn on Compatibility View in IE for the site. Regards.
Alan Grant wrote:
Yes it works fine in this forum. |
Datetime format with elog client, posted by Alan Grant on Wed Oct 26 16:39:38 2016
|
What is the input format expected by the elog client for a required Datetime defined field when inserting a record? (Eg: October 26, 2016 = ? in the
field's data parameter).
I have read some prior posts on this and the indication is that the input needs to use epoch time, however even when I enter 1477493161 or 0 |