Tags: conversion
Type: string
Default value: blank
Related:
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.
ms.extractor.class=com.linkedin.cdi.extractor.AvroExtractor