3.12 Send Result

Top  Previous  Next

It is possible to share results with third-party programs, the result can be sent to clipboard, text file or URL(use HTTP POST method) method, you should enable sending result in the options window first.

 

There are 3 "key:value" data be sent to clipboard, text file or URL.

 

The data sent to the clipboard contains 3 comma separated "key:value" data, the format of the data sent to the clipboard is as follows:

record_id:<value>,prize_id:<value>,prize_name:<value>

 

The data sent to text file contains 3 lines, the format of the data sent to the text file is as follows

record_id:<value>

prize_id:<value>

prize_name:<value>

 

The data sent to URL(use HTTP POST method) contains 3 key-value data:

"record_id": <value>

"prize_id": <value>

"prize_name": <value>