Azure / Azure/usql

rowDelimiter too long for "\r\n"

Open
#106 12 comments 6 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

USQL job failed with "'row delimiter' should be no longer than 1."

When specify extractor property as following:
USING Extractors.Text(skipFirstNRows:1,quoting:true,delimiter:',',rowDelimiter:"\r\n");

rowDelimiter should be able to be specified as "\r\n" as documented here:
https://msdn.microsoft.com/en-us/library/azure/mt492749.aspx#rowDelimiter

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.