Partager via


JsonFormat.JsonPathDefinition Propriété

Définition

Obtient ou définit la définition JSONPath pour chaque mappage de colonne avec un nom de colonne personnalisé pour extraire des données à partir d’un fichier JSON. Pour les champs sous l’objet racine, commencez par « $ » ; Pour les champs à l’intérieur du tableau choisi par la propriété jsonNodeReference, commencez à partir de l’élément array. Exemple : {"Column1 »: « $. Column1Path », « Column2 »: « Column2PathInArray"}. Type : objet (ou Expression avec l’objet resultType).

[Newtonsoft.Json.JsonProperty(PropertyName="jsonPathDefinition")]
public object JsonPathDefinition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jsonPathDefinition")>]
member this.JsonPathDefinition : obj with get, set
Public Property JsonPathDefinition As Object

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à