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]; optional SaveMode saveMode = 6 [default = OVERWRITE]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } enum SaveMode { APPEND = 0; OVERWRITE = 1; ERROR_IF_EXISTS = 2; IGNORE = 3; } }
Close the FileWriter.
Close the FileWriter.
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]; optional SaveMode saveMode = 6 [default = OVERWRITE]; enum FileType { CSV = 0; JSON = 1; PARQUET = 2; TEXT = 3; } enum SaveMode { APPEND = 0; OVERWRITE = 1; ERROR_IF_EXISTS = 2; IGNORE = 3; } }
Save DataFrame to the file.
:: ApplicationDeveloperApi ::
Writer that saves DataFrame to a file.