Re: CSV importing, posted by Stefan Ritt on Fri Apr 23 13:47:40 2004
|
> However I'd like to import data from the CSV file, directly to the 'text'
> field, rather than just to one an attribute fields. Is it possible to do
> this?
|
can attrinute fields contain more that one line, posted by Paul Harrington on Tue Apr 27 17:40:25 2004
|
Is there any way to configure elog so that attribute fields can be edited
on more than line like the 'text' field?
|
Re: CSV importing, posted by Paul Harrington on Fri Apr 30 12:58:54 2004
|
> > However I'd like to import data from the CSV file, directly to the 'text'
> > field, rather than just to one an attribute fields. Is it possible to do
> > this?
|
Re: can attrinute fields contain more that one line, posted by Stefan Ritt on Fri Apr 30 21:26:32 2004
|
> Is there any way to configure elog so that attribute fields can be edited
> on more than line like the 'text' field?
>
|
Re: CSV importing, posted by Stefan Ritt on Sat May 1 00:21:20 2004
|
I implemented the feature to import the main entry text body from a CSV column labeled
"text". Please see the newest release
(http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.319) and let me know if this
|
Using date and subst date, posted by nait tauh on Fri May 14 06:19:40 2004
|
I'm trying capture any edit/modified entry with the following, Using the
real date format instead of text string so that I could do a quick filter on it.
|
Re: Using date and subst date, posted by Stefan Ritt on Fri May 21 15:03:48 2004
|
> I'm trying capture any edit/modified entry with the following, Using the
> real date format instead of text string so that I could do a quick filter on it.
>
|
Re: Using date and subst date, posted by nait tauh on Sat May 29 04:23:58 2004
|
> I fixed that problem, new version under
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.328
|