DataFrameReader.Text(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads text files and returns a DataFrame whose schema starts with a string column named "value", and followed by partitioned columns if there are any.
public Microsoft.Spark.Sql.DataFrame Text (params string[] paths);
member this.Text : string[] -> Microsoft.Spark.Sql.DataFrame
Public Function Text (ParamArray paths As String()) As DataFrame
Parameters
- paths
- String[]
Input paths
Returns
DataFrame object