Is there any way to automatically export the logbook(s)?
> > Is there any way to automatically export the logbook(s)? > > Kind of. You can use "wget" under Linux (use cygwin under Windows to get wget > under Windows). Then issue a > > wget "http://midas.psi.ch/elogs/forum/?cmd=Search&mode=xml" > > and you will get an XML export. Same works with CSV export. If you put that > command in cron, you have this on an automatic basis. Thanks Stefan! That was exactly what I was looking for!
I am trying to use the command line utility elog. Some of the attributes that I have setup are multiple options. When I run the command line utility to create a new message, any attribute that is setup with multiple options will not be filled in. The syntax I am using is as follows: elog -h localhost -p 8080 -l Lab -a "Site=xxxx" -a "Area=System" - a "Priority=Low" -a "Shift=1" -a "Status=Open" -m text.txt Site and Area are defined in the config file as MOptions. Is there a way to use this feature with multiple options on attributes with the attributes = to one or more variables?