キー/値ペアを作成
         Talend Data Mapperでは、マッピングでキー/値のペアを使って作業するため、グループタイプが[Map] (マップ)であるストラクチャーエレメントを作成できます。
    
        このタスクについて
{
    "items": [
        {
            "id": "ABC123",
            "name": "MBIKE",
            "description": "27.5 inch electric mountain bike"
        },
        {
            "id": "DEF456",
            "name": "EBIKE",
            "description": "Electric hybrid bike"
        },
        {
            "id": "GHI789",
            "name": "WBIKE",
            "description": "Women's road bike"
        }
    ]
}