Defining Output Data Schema
Describes how users define the output data schema
Last updated
Describes how users define the output data schema
Last updated
In the MyOutputs folder in your solution, right-click and select "Add (D)" > "Add New Item (W)...". Select the OutputData item from the list of items, name it [schema name].cs and press the "Add (A)" button to add it. The example below shows the screen for adding an output schema named "SampleData".
Define column names and data types in the added output schema file. There is no limit to the number of columns you can define and you are free to add as many as you need. The example below defines two columns "COL_1", "COL_2" in String format.