Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Best component to read (and parse) a Radius Accounting log file

Hi,
I'm new to Talend Studio and I am wondering what's the best way
to read a Radius Log file for processing.
The format is like this:
<timestamp>\n
attribute1 = value
attribute2 = value
\n
Wich component is best suited for this kind of files ?
Do you have a "Radius Log" component in the roadmap to 4.1 ???
Radius log files are used almost everywhere in the telco enviroment ;-)
Thanks in advance.
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello
There is not a component special for Radius Log files. For now, you can use tFileInputFullRow to read it line by line, then filter the useful data on tJavaRow/tMap.
Best regards
shong