Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
7 subscribers
Views
3340 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Log information in the grid
ashman
over 8 years ago
Hi All,
I have a use case where I need to show some of the log files such as audit/news_usage.csv and login-audit.csv in the grid. For the news usage grid,I have a grid columns such as Username, Action, Timestamp. And I have used readcsvlog() function and it is returning the csv contents. I am worried how to retrieve the contents from this log file and show up in the gird.
Please let me know how to achieve this.
Thanks in advance!
OriginalPostID-232737
Discussion posts and replies are publicly visible
Parents
0
aayusha
Certified Senior Developer
over 8 years ago
Be careful while using readlogcsv for login audit file. The default configuration for read log csv is to consider first row of csv file as header, but the login audit does not have any header. Now you will have to take special care for that. On the otherhand some log files does have proper headers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aayusha
Certified Senior Developer
over 8 years ago
Be careful while using readlogcsv for login audit file. The default configuration for read log csv is to consider first row of csv file as header, but the login audit does not have any header. Now you will have to take special care for that. On the otherhand some log files does have proper headers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data