Skip to content

Custom CsvFormatDetector #434

@dmsleptsov

Description

@dmsleptsov

Hi guys,

I need to a little bit change the logic for defining CSV separators, but I ran into the problem of the impossibility of doing this in the current implementation of the library. In my case, I need to change the logic in the CsvFormatDetector#execute method But CsvParser is a final class, moreover, the getInputAnalysisProcess method is also final. And also the CsvFormatDetector class is clearly not intended for extending, since most of the methods are private, which does not allow overriding only one method and using the parent methods. Tell me if there are any planned changes in the API or is there some other way to do it?

Thank you in advance!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions