Questions tagged [u-sql]

U-SQL stands as a powerful query language specifically crafted for Azure Data Lake. By seamlessly blending SQL keywords with C# expressions, it empowers programmers to efficiently structure data from unorganized sources in one script. The ability to aggregate this data using SQL and then seamlessly output it to a file or table further solidifies U-SQL as an essential tool in the data processing toolbox.

Parsing JSON file using U-SQL

Can anyone assist with parsing this Json file using USQL? I keep encountering errors. Json file@ {"dimBetType_SKey":1,"BetType_BKey":1,"BetTypeName":"Test1"} {"dimBetType_SKey":2,"BetType_BKey":2,"BetTypeName":"Test2"} {"dimBetType_SKey":3,"BetType_BKey" ...