Search results

  1. M

    How to read excel file which contains different languages and make it into a collection?

    Hi, I am having an issue while reading an excel file which contains different languages (ex: Japanese as:「CAT」とは、次のどの表現を略したものですか。), to make it into a collection getting as, '?CAT????????????????????'. Can anyone help on this please? Thanks in advance. Regards...
  2. M

    How to retrieve the "Transaction ID" if a WEBAPI failed?

    Hi Team, The transaction Id will be retrieved as output of WebAPI if it get succeed. How to retrieve the "Transaction ID" if a WEBAPI failed to hit? Can anyone provide me a solution for this query please.. Thanks in Advance.
  3. M

    How to configure a collection to WebAPI request with JSON template?

    How to map a collection to Web API request with JSON template? From example I have the following JSON Template & I want to map it to collection: { "SourceFiles": [ { "Field1": "[Field1Value]", "Field2"...
  4. M

    Using Webserveices with a Job having multiple Jobs within to hit API

    Hi Team, I am facing an issue with the request to API, i.e., I am taking a job from the server and inside the job having multiple sub jobs. Initially we used to work with a job (inside with a single job), while mapping the variables it is directly mapped with template of JSON code request using...
Top