Forum Discussion
Cannot access data from ADL Gen2
Hi All,
I tried accessing the data from a .txt file store in ADL Gen2 , when i connected successfully all it is showing me is the information of the file and not the actual data in the files. Please need help.
- Anonymous6 years ago
Thanks Everyone. Issue resolved. I clicked on the query and clicked on binary and was able to get the original data.
7 Replies
- parry2kSuper User
Anonymous how are you connecting to the file on ADLS Gen2? Are you using direct link to the file or what? Can you share M script by clicking advanced editor.
- AnonymousNot applicable
Get Data> Chose ADL Gen2 > copy pasted the url > Authenticate using Account Key.
- AnonymousNot applicable
Hi Anonymous
How is your delimited might be the source of your issue.
As for csv it is delimited by ",". But you are using a text file.
Please check.
- AnonymousNot applicable
So what is the solution change it to .csv type?
- AnonymousNot applicable
i canged the source file as .csv instead of .txt and it is still the same.
- v-kelly-msftCommunity Support
Hi Anonymous ,
Check the reference below:
Best Regards,
KellyDid I answer your question? Mark my post as a solution!- AnonymousNot applicable
Thanks Everyone. Issue resolved. I clicked on the query and clicked on binary and was able to get the original data.