RE: (RADIATOR) Parsing detail: AcctLogFileFormat?

2000-01-28 Thread Dave Kitabjian
> > The only thing I still would like to be able to do is insert TAB characters > > to delimit the attributes. I've tried things like "\t" (and "\n"), but they > > are just inserted literally into the output. Is there any more control > > available that could help me? > > > > You can simply

RE: (RADIATOR) Parsing detail: AcctLogFileFormat?

2000-01-27 Thread Hugh Irvine
Hello Dave - On Fri, 28 Jan 2000, Dave Kitabjian wrote: > Thanks for this reply. > > I've studied all the code best I can with my non-Perl eyes. And I've > experimented with "AcctLogFileFormat" a bit. I've got a SQL Server - > compliant timestamp with: > >AcctLogFileFormat %Y-%m-%d

RE: (RADIATOR) Parsing detail: AcctLogFileFormat?

2000-01-27 Thread Dave Kitabjian
Thanks for this reply. I've studied all the code best I can with my non-Perl eyes. And I've experimented with "AcctLogFileFormat" a bit. I've got a SQL Server - compliant timestamp with: AcctLogFileFormat %Y-%m-%d %H:%M:%S I also have the newline problem solved, since it looks like

Re: (RADIATOR) Parsing detail: AcctLogFileFormat?

2000-01-24 Thread Hugh Irvine
Hello Dave - On Tue, 25 Jan 2000, Dave Kitabjian wrote: > Where can I learn more about "AcctLogFileFormat" than what is printed in > the manual for 2.14? > > Here's what we're doing. For reliability reasons, rather than send > Accounting data via SQL, we are going to allow Radiator to write t