Describes how users define the output schema and write output data to a file
Users can easily output data to a .csv file by defining a schema for the output data and adding data rows to the defined schema.
The procedure for writing the output data to a file is shown below.
1. Defining Output Data Schema
2. Adding Data Row
3. Writing to File
Last updated 2 years ago