have to open login-audit.csv.2016-05-25.gz file ?

 i have to open it to read its contents and parse it. On Appian cloud . readcsvlog is not reading contents.

  Discussion posts and replies are publicly visible

Parents Reply
  • Mike is talking about just downloading the file and unzipping it manually. Are you hoping to parse these logs using the log reader plugin? In the plugin page on the App Market, it says: "Does not load files outside the logs directory or files that do not end in .log.* or .csv.*." so I don't think you can parse those logs using the plugin.

    Can you talk a bit more about your use case here? If you just need to retrieve the information from an old log file, it seems easiest to just download it once and unzip it. If you need to continuously return historical information on login data, you'd probably be better off creating a process that runs each day that parses the log and inserts all the login information into a database table that's easier to query.

Children