English 中文(简体)
Postman Request body data from excel / csv file - forward slash
原标题:Postman Request body data from excel / csv file - forward slash

I get Request body data from excel file. I have already covert excel to csv format. I have kind of able to find a solution but it is not working 100% as jsonbody format in not fetching data correctly is shows forward slash in csv import data from runner collections.
Excel file data

Request Body

{{jsonBody}}

3. 全球变量jsonBody

Run collection select data file as csv file as per screenshot request body shows with forward slash.

After running the collection I m getting body incorrect version with forward slash.

“response

下面的屏幕显示仪表数据正确版本。

“CORRECT

问题回答

我与邮政员有同样的问题,并认识到我的问题更是一个辛迪加问题。

请允许我说,你的卷宗有以下一栏:

        userId |    mid    | platform | type | ...etc
row1    94J4J  | 209444894 |   NORTH  |  PT  | ...
row2    324JE  | 934421903 |   SOUTH  |  MB  | ...
row3    966RT  | 158739394 |   EAST   |  PT  | ...

这正是你们要求贵格会机构考虑:

  {
    "userId" : "{{userId}}",
       "mids":[{
              "mid":"{{mid}}",
         "platform":"{{platform}}"
               }],
       "type":["{{type}}"],
        .. etc   
   } 

1. 确保贵方名数与瓦巴列{可变名称相符。

The data coming from CSV is already in a stringified format so you don t need to do anything in pre-request.

例如:

<><>let csv>

|    jsonBody       |
|    {"name":"user"}|

www.un.org/Depts/DGACM/index_spanish.htm 如今,在邮局的要求中,刚刚使用:。

{{jsonBody}}

页: 1

csv:

“enterography

make sure you save this as csv file :

“在座的影像描述”/</a

现在请求使用:

“entergraph

产出:

“在此处的影像描述”/</a

如果你想把json的尸体作为他人的价值,那么就只能使用:

“entergraph

产出:

“entergraph





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签