Cmdlets for JSON

Build 23.0.8839

Select-JSON Cmdlet

Parameters   Output Objects  

JSON データを検索します。

Syntax

Select-JSON [parameters]

Remarks

Select-JSON コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてJSON データを検索できます。

$conn = Connect-JSON -DataModel 'Relational' -URI 'C:\people.json'
Select-JSON -Connection $conn -Table "NorthwindOData" -Columns @("personal.name.first","personal.name.last") -Where "personal.name.last='ana.trujilo@northwind.org'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839