Skip to content

csvMatchingRows #1187

@madgup1111

Description

@madgup1111

Using below in response file

{
"partnerDetails": [{{#each (csvMatchingRows ‘saseID’ ‘partnerID’ (Request.Body 'jsonpath' '$.partnerID') ‘ban’)}}
{
"partnerName": "VERSA",
"mccid": "1-2LGSN5M",
"partnerID": "{{this.partnerID}}",
"accountNumber": "{{this.ban}}",
"orgID": "string"
}{{#unless @last}},{{/unless}} {{/each}}
],
"hasMoreRows": false
}

but seems it is not working

Request:
{"PageSize":"500","partnerName":"VERSA","mccid":null,"partnerID":"TEST-CONCERTO-11-3-3-8498","PageNo":"1","accountNumber":[]}

getting response below on hitting:
{
"partnerDetails": [],
"hasMoreRows": false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions