Object that contains message FilePipeReaderInfo FilePipeReaderInfo contains attributes as follows:
message FilePipeReaderInfo { required string filePath = 1; required FileType fileType = 2 [default = JSON]; optional int32 maxFilesPerTrigger = 3; optional string timeColName = 5 [default = "timestamp"]; optional string watermark = 6 [default = "1 seconds"]; repeated FieldInfo field = 7; optional string delimiter = 8 [default = ","]; optional bool header = 9 [default = false]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } }
Object that contains message FilePipeReaderInfo FilePipeReaderInfo contains attributes as follows:
Object that contains message FilePipeReaderInfo FilePipeReaderInfo contains attributes as follows:
message FilePipeReaderInfo { required string filePath = 1; required FileType fileType = 2 [default = JSON]; optional int32 maxFilesPerTrigger = 3; optional string timeColName = 5 [default = "timestamp"]; optional string watermark = 6 [default = "1 seconds"]; repeated FieldInfo field = 7; optional string delimiter = 8 [default = ","]; optional bool header = 9 [default = false]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } }
:: ApplicationDeveloperApi ::
Operator that reads dataframe from file source.