For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted

Please provide Perl JSON module as we written code in Perl.

Plesae provide JSON (decode_json) module for perl programming. Anything you guys verify and approve instead of we download it ?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Has anyone in this forum any experience with any modules ? If yes, sharing your opinion and experience would be appreciated !

Hello @satish.shioshankar.gaidhane,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello again!

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@satish.shioshankar.gaidhane, Thomson Reuters did not test, and does not recommend a particular JSON module for PERL.

One point to keep in mind when choosing a module is that it must preserve the order of elements inside an object, i.e. the order you see in the documentation and tutorials must be respected. If the order is not preserved, requests might fail.

For instance, an extraction request start with

{
  "ExtractionRequest": {
    "@odata.type": ...
    "ContentFieldNames": ...
    "IdentifierList": ...
    "Condition": ...
}

The @odata.type field must be first, before the others (ContentFieldNames etc.).

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.