DataFlow.ParseJsonColumn(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.
Parses the values in the specified column as JSON objects and expands them into multiple columns.
public:
Microsoft::DataPrep::Common::DataFlow ^ ParseJsonColumn(System::String ^ column);
public Microsoft.DataPrep.Common.DataFlow ParseJsonColumn(string column);
member this.ParseJsonColumn : string -> Microsoft.DataPrep.Common.DataFlow
Public Function ParseJsonColumn (column As String) As DataFlow
Parameters
- column
- String
The source column.