使用jolt spec将两个值分配到一个动态增量变量中

时间:2017-06-19 07:21:24

标签: json specifications jolt

我需要使用jolt规范将两个值分配到一个动态增量变量中。我正在尝试下面的代码,但我收到错误

"JointOwner_*": {
            "$": [
        "case.Relation.TrusteePrimaryBeneficiary_clone_&5_(6,1)&3.RelatedObjectID",
 "CloneTrusteeBeneficiaryParticipants_(6,1)_&5[&1].TrusteePrimaryBeneficiary_clone_&5_&(6,1)&3.ExistingClient"
            ]
        }

1 个答案:

答案 0 :(得分:0)

错误讯息是什么?

另外"CloneTrusteeBeneficiaryParticipants_(6,1)_&5[&1].TrusteePrimaryBeneficiary_clone_&5_&(6,1)&3.ExistingClient"

看起来"[&1]"可能有问题,因为&1需要在运行时评估为整数。在您的示例中,& 1将评估为匹配的任何字符串"JointOwner_*"