Struct Mask
root
|-- firstname: string (nullable = true)
|-- lastname: string (nullable = true)
|-- age: integer (nullable = true)
|-- occupation: string (nullable = true)
|-- salary: integer (nullable = true)
firstname | lastname | age | occupation | salary
-------------------------------------------------
John | Smith | 25 | Teacher | 45000Characteristics
How to configure
Adding a sub-generator
Managing sub-generators
Last updated
Was this helpful?