Forum Discussion
Anonymous
5 years agoNot applicable
Unable to read text file in Custom connector
Hi ,
I am trying to read the contents of a text file .
Below is the Code to read data from the file.
tokenUrl= Text.FromBinary(Extension.Contents("D:\url2.txt"));
I am interested in reading the file with relative path
No Replies