Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DataFrameReader.Text(String[]) Method

Definition

Namespace:
Microsoft.Spark.Sql
Assembly:
Microsoft.Spark.dll
Package:
Microsoft.Spark v1.0.0

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

Applies to