Question
Unable to read UserLogin details from login-audit.csv
HI Team
I have a scenario , where I have to read User login logs daily and save into database.
Solution:
> I have created a process model to run in a scheduled manner i.e, daily once , In that I have used
readcsvlog(
"login-audit.csv."
)
It is working fine when i debug process model.
Issue:
when the process model triggers in scheduled manner, it is unable to read csv file. Getting empty data
Please feel free to advice any solutions
