6 Feb
2013
6 Feb
'13
2:21 p.m.
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