All Questions
Tagged with extractor azure-data-lake
3
questions
1
vote
1
answer
208
views
OutOfMemory on custom extractor
I have stitched a lot of small XML files into one file, and then made a custom extractor to return rows with one byte array that corresponds to each file.
Run on remote/master
Run it for one file (...
0
votes
1
answer
393
views
How to extract a file having varbinary column in u-sql script using default Extractor?
I have to Extract the varbinary column in a file. When I tried to extract it with byte[]. It show the error "Conversion Error. Column having invalid characters".
U-SQL Script:
EXTRACT Id int?,...
0
votes
1
answer
362
views
U-SQL extracting files complete contents (extracting full source code from html files)
I've got a bunch of HTML files in my Data Lake Store and would like to get their full source code into a table (just one column with the code from all the files, the output format is not relevant to ...