Question
4
Replies
4522
Views
Posted: July 27, 2017
Last activity: July 27, 2017
Closed
Solved
Upload and parse a file
Hi,
I have to upload a CSV file through a local action. After uploading is there a way to get its contents in clipboard without using a file listener. The csv file will be having case id's and I have to do some processing on those cases.
***Edited by Moderator Marissa to update categories***
Hi,
I think one way is to call activity and in activity call method Connect-File. And then the usual way to parse the file.