Object that contains message ksb.csle.common.proto.DatasourceProto.FileInfo FileInfo contains attributes as follows:
message FileInfo { repeated string filePath = 1; optional FileType fileType = 2 [default = JSON]; optional string delimiter = 3 [default = ","]; repeated FieldInfo field = 4; optional bool header = 5 [default = false]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } }
Close the FileReader.
Close the FileReader.
Object that contains message ksb.csle.common.proto.DatasourceProto.FileInfo FileInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.FileInfo FileInfo contains attributes as follows:
message FileInfo { repeated string filePath = 1; optional FileType fileType = 2 [default = JSON]; optional string delimiter = 3 [default = ","]; repeated FieldInfo field = 4; optional bool header = 5 [default = false]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } }
Load records in as DataFrame from one or more files.
Load records in as DataFrame from one or more files.
DataFrame DataFrame read from one or more files.
:: ApplicationDeveloperApi ::
Reader that loads records from one or more files.