Matthew,

Yes that works.  However, if the attribute is empty there will still be 
quotes in the csv file.

Example.

using format = 
"\"%{Client-IP-Address}\",\"%{Calling-Station-Id}\",\"%{User-Name}\""

would yield, "x.x.x.x","station-x","Kelly"

if %{Calling-Station-Id} was null this format would yield. 
"x.x.x.x","","Kelly".

I would like to have blank attribute not insert quotes.  So my desired 
format would be "x.x.x.x",,"Kelly"

Thank for the help so far.

Kelly
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to