JsonFormat.JsonPathDefinition Property

Definition

The JSONPath definition for each column mapping with a customized column name to extract data from JSON file. For fields under root object, start with "$"; for fields inside the array chosen by jsonNodeReference property, start from the array element. Example: {"Column1": "$.Column1Path", "Column2": "Column2PathInArray"}. Type: object (or Expression with resultType object).

public object JsonPathDefinition { get; set; }
member this.JsonPathDefinition : obj with get, set
Public Property JsonPathDefinition As Object

Property Value

Applies to