lokesh-zende

Results 2 issues of lokesh-zende

Hi, In my application, I am trying to read a file from data lake store. I read a file using ``` DataLakeStoreFileSystemManagementClient _adlsFileSystemClient; Stream str = _adlsFileSystemClient.FileSystem.Open("adl1", "//TestETL//TestData.tsv"); ``` I...

Hi, Is there a way to check if the file from which we will be extracting values exists at that location? ``` IF File.Exists("file_location") THEN //Proceed further, extract values from...