I am using one application and inside that i have 2 csv file that i want to read and here condition is i cannot download that file at local drive or save it anywhere. When i click on file it directly get open and read csv activity got failed. Even i am unable to get the file path of the application location. Plz help me how to read that open csv file
Thank you… Yes i tried but it able to read only starting 26row and file has more than 1lac records
Desktop Application?
get open where / which application
Webapplication i am using
better to answer all questions in one go, as it will reduce ping pongs
But when it is a webapplication
- how a the link details / href attribute value
by Policy or by triggered behaviour?
In general we would analyse
- can we catch the link / href details and use it for a download
OR - when application is automatic openend can we use builtin save as functionalities and save it in a controlled way to a location of our choice
Requirement is that i cannot save that file anywhere that is some sensitivity data of the employees so open the file do manipulation on it and create result file that is it.