I want to run a U-SQL job to load the data from .txt file in the SQL table on Azure Data Lake store. I already have created database, schema and table in Azure data lake analytics.
Data in txt file are tab-limited, and I need to skip 2 first row. I think that I should use Extractors.Text()
built-in extractor, but how to add skipFirstNRows
parameter in it to extract the data ?