Problem with reading files from Azure Blob Storage
Hi all,
I am using read azure blob storage operator, and my files (for some reason I don't know yet) have .file extension.
When I run only this operator I have as result "Memory buffered file" message.
How can I read them?
Thanks in advance.
I am using read azure blob storage operator, and my files (for some reason I don't know yet) have .file extension.
When I run only this operator I have as result "Memory buffered file" message.
How can I read them?
Thanks in advance.
Tagged:
0
Best Answer
-
jwpfau Employee, MemberPosts:247RM Engineering
Answers
you can connect the file output port to the file input port of another operator like "Read CSV" to extract the information.
Greetings,
Jonas
Thanks for your answer. I also wanted to ask, if I have new queries in my online data, have I got to run again the process in order to have them or there is another way to do it automatically?