Log Reader - Not working properly

Certified Lead Developer

Hi Team,

I am having an issue with reading the log file (login-audit.csv). It contains multiple rows, but the function is only returning the header and not the rows. However, when I try with other log files, it works fine. Currently Our Appian version is 24.1 and we are using this plugin firsttime.


  Expression - 

  readcsvlogpaging(
  csvPath: "login-audit.csv",
  startIndex :1,
  batchSize:20
)

 

Output

 

 

'type!{com.appiancorp.logreader}CsvContents'('logName': "/usr/local/appian/ae/logs/login-audit.csv", 'totalCount': -1, 'headers': {"2024-05-14 00:00:05", "Appian", "Succeeded", "3.106.112.168", "Web API", "Appian", "cd05a5a0-b1e5-4ffb-8dd6-0f7007e505ce", ""})

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data