Handling the varying formats in U-SQL involves a few steps if it’s the first time you’ve done this:
-
Upload custom JSON assemblies [one time setup]
-
Create a database [one time setup]
-
Register custom JSON assemblies [one time setup]
-
Upload JSON file to Azure Data Lake Store [manual step as an example–usually automated]
-
Run U-SQL script to “standardize” the JSON file(s) into a consistent CSV column/row format
Melissa then shows us how to do this step-by-step.