Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 809 Bytes

ms.output.schema.md

File metadata and controls

29 lines (18 loc) · 809 Bytes

ms.output.schema

Tags: schema, conversion

Type: string

Format: A JsonArray

Default value: blank

Related:

Description

ms.output.schema defines the output schema of extractors. Therefore, it is also the input schema of the first converter.

You can leave this as blank, run the job, and DIL will automatically infer the schema, and output in the log. Then, you can copy and paste the schema(Avro-flavor schema) as the value here.

Examples

ms.output.schema=[{"columnName":"path","isNullable":"false","dataType":{"type":"string"}}]

back to summary