Forum Discussion
skoundin
Mar 28, 2024Copper Contributor
Reading Unstructured Text from the entire file in Azure Data Factory
I have a file which is present as a unstructured txt in ADLS. I want to read the entire file content as text and pass it to a Stored Procedure in Azure data factory. Can this be done through Azure data factory? Below is an example of the file:
'Number: 101095
This is a sample 1
ABC
XYZ
END
Number: 101096
This is a sample 2
ABC2
XYZ2
hhhh2
END
Number: 101096
This is a sample 3
ABC3
XYZ3
MMMM3
END
'
No RepliesBe the first to reply