BookmarkSubscribeRSS Feed
LalitPatel
Obsidian | Level 7

For a Source in a Project in SASEventStreamProcessingStudio, how to fetch real-time data from a CSV file on the local computer, while the file is getting updated with additional data?

  • The Publish button fetches data only once and only if the file is not getting updated.
  • The File/Socket Connector from Input Data (Publisher) Connectors accepts Fsname, but not a file on the local computer.
2 REPLIES 2
SASKiwi
PROC Star

You will need to copy the CSV to a folder that is shared by the SAS App server ESP is running on. Talk to your SAS administrator about your requirement.

LalitPatel
Obsidian | Level 7
Thanks for replying. I am using SAS Viya for SAS Hackathon 2022. I will have limited access for file sharing. But, I will check with SAS Administrators, as you suggested. Thank you.