-
-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Description
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!
Reactions are currently unavailable