usql icon indicating copy to clipboard operation
usql copied to clipboard

U-SQL Examples and Issue Tracking

Results 71 usql issues
Sort by recently updated
recently updated
newest added

I added support for the Map datatype. All data collected by Eventhubs Capture can now be processed, including the fields SystemProperties and Properties. PR includes also a sample + sample...

Add CICD sample code for Azure Data Lake.

XmlApplier was missing Namespace support. Namespace support for XmlApplier is crucial for for using XPath expressions targeting the non-default namespace. for this pull request I copied the existing XmlDomExtractor implementation...

Hi Team, Could someone share the knowledge on how to read array object having values in it using Newtonsoft.Json assembly. As I understood, JsonTuple creates Key/Value pairs from the array...

It could be a good bit of tooling to get the community's eyes on.

Since CREATE CREDENTIAL is deprecated, and the new project type outputs .usqldbpack to be run with PackageDeploymentTool.exe, how do we handle external SQL database sources and credentials? Database don't exists...

Hi, I have added column names and added below script. This below script is showing error. USING Outputters.Csv(); @searchlog = EXTRACT ID1 int, ID2 int, Date DateTime, Rs string, Rs1...

I have a requirement where I need to extract JSON files from Avro by using U-SQL. Avro files contain a collection of JSON and need to extract individual JSON from...

Hi Probably I am not understanding LAG function, but looks like only works with "int" data types, In my example "FolderDate" is a datetime data type, I am trying to...

I am new to U-Sql and trying to extract xml element. Here is my XML code. ` test 1 test 2 ` Trying to display all "Disposition" values. But final...