Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0, 0.5.1
-
None
Description
InferAvroSchema processor lacks the property CSV delimiter, effectively limiting CSV header to use ',' as delimiter and limiting CSV to Avro data flow to work only with CSV files with ',' as delimiter (when schema is unknown and should be derived from CSV header).
This parameter is present at ConvertCSVToAvro processor, so this code should be transliterated.