Details
-
Work Item
-
Resolution: Won't Fix
-
Minor
-
None
-
None
-
None
-
All
-
-
GreenHopper Ranking:0|i0zo3n:
-
9223372036854775807
-
Small
Description
See following PR:
https://github.com/Talend/components/pull/481
FileInput component which is generated from input-component-archetype has DelimitedStringConverter. However, this converter has a lot of common behavior:
- getSchema()
- getDatumClass()
- Converters initialization
This may be moved to generic class. Then component converters will extend generic class from component-common.
Also some kind of ConverterRegistry class could be used as a parameter of the constructor.
Attachments
Issue Links
- prerequisite of
-
TCOMP-518 Extend generic IndexRecordConverter<T> class in input-component-archetype instead of DelimitedStringConverter
- Rejected