Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.24 KB

ms.extractor.class.md

File metadata and controls

32 lines (22 loc) · 1.24 KB

ms.extractor.class

Tags: conversion

Type: string

Default value: blank

Related:

Description

ms.extractor.class specifies the extractor class to use for data parsing. The choice of extractor is based data format. Currently, DIL designed 4 classes of extractors.

  • AvroExtractor: if the incoming data is Avro format
  • CsvExtractor: if the incoming data is Csv format
  • JsonExtractor: if the incoming data is Json format
  • FileDumpExtractor: if the incoming data is to be dumped to file system without going through converters and writers. In this case, the incoming data can be any format.

Example

ms.extractor.class=com.linkedin.cdi.extractor.AvroExtractor

back to summary