USING Extractors.Csv(skipFirstNRows:1)
For complete parameter details check the following
https://docs.microsoft.com/en-us/u-sql/functions/operators/extractors/extractor-parameters
Output the Header row while writting the output file
USING Outputters.Csv(outputHeader:true);For complete parameter details check the followinghttps://docs.microsoft.com/en-us/u-sql/functions/operators/outputters/outputter-parameters
No comments:
Post a Comment