Log information in the grid

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
  • You will need to convert the CsvContents to a datasubset. todatasubset() and a!datasubset() may help you. The datasubset can then be used in the paging grid. Note that you will have to write your logic to convert the CsvContents in a appropriate format(an array), so that you can then pass it to the a!datasubset() or todatasubset() functions.
Reply
  • You will need to convert the CsvContents to a datasubset. todatasubset() and a!datasubset() may help you. The datasubset can then be used in the paging grid. Note that you will have to write your logic to convert the CsvContents in a appropriate format(an array), so that you can then pass it to the a!datasubset() or todatasubset() functions.
Children
No Data