Share via


DataFrameWriter.Text(String) Method

Definition

Saves the content of the DataFrame in a text file at the specified path.

public void Text (string path);
member this.Text : string -> unit
Public Sub Text (path As String)

Parameters

path
String

Path to save the content

Applies to