5 Apr
2016
5 Apr
'16
4:57 p.m.
On 5 Apr 2016, at 16:54, liran kessel <lirankessel@gmail.com> wrote:
Hi ,
Thanks for the quick answer. we are interested only in Accounting-Requests in order to count how many sessions and data consumed by the different subscribers, and not in Access Requests and their results. So you are suggesting to use the linelog to create a csv file from the data
That seemed to be a requirement? You can just use SQL, there's no need for CSV. If you want to ingest CSV files, then you'll need to write your own scripts.
use unlang for the parsing and filtering to get only the messages we really require?
Yes, use unlang for filtering. -Arran