0

问题陈述:- 我试图在预请求部分使用数据变量,但无法从 CSV 数据变量中检索值。我尝试使用以下两个选项,但是当我尝试记录值时仍然没有看到任何数据,但没有显示任何内容;- Data.Variable - pm.iterationData.get("variable")

请验证以下是否正确?

Data File:

Account_Number,Account_Name,Customer_ID,Currency,Account_Type,Account_Sub, Category 100000002,SWEEPY GROUPS 001,1507400001508,THB,DA,SAV,I 10000019,SWEEPY GROUPS 019,1507400001508,USD,DA,SAV,E A9871100000020,SWEEPY GROUPS 020,1507400001508 ,美元,DA,DDA,E

PRE-REQ:
console.log("Customer ID"+JSON.stringify(data.Account_Name))

In Console: resultant

Customer ID     undfined

Please suggest an alternative how can I get it running.
4

0 回答 0