Licence
MIT
Version
0.5.0
Deps
0
Size
37 kB
Vulns
0
Weekly
0
Purpose
The main task of the component is to send data in TSV format. The TSV file is created using the server settings and the second part of the tsv-send-backend component.
SendToTSV
SendToTSV is the basic component. It passes the required minimum 3 values to the table.
Using
- Configure the server to accept the TSV file. The instructions are here tsv-send-backend component.
- Insert your data for transmission. The component accepts 6 required parameters:
resource- resourceId of material(rob,rlob,rsob and others). Type of data -string.type- type of sending. Now that is['tn', 'tq', 'sn', 'sq', 'twl', 'err']. Type of data -string.reference- reference of your data. It looks like this1:1. Type of data -stringbookId- one of the 66 bookId's. It looks like thisgen. Type of data -stringserverLink- the link of the configured server that transmits the data to TSV-files.Type of data -string.fields- additional parameter for for advanced components. Type of data -object.
Result
TSV is created on the server in this way: resourse/type_bookID. For example:
resource='rsob'type='err'reference='1:2'bookId='gen''fields: {Note: '', Quote: ''}-It is important that the names of fields in the table match the parameters in the object.
On the server it will look like this:

In TSV:

SendError
SendError extends the functionality SendToTSV. It is used to transmit errors in translations
Using
The component accepts 5 required parameters (resource,reference,bookId, serverLink,fields).
To transmit an error, 2 additional values are passed :
`fields: {
Quote: // - text of the found error
Note: // - comment of the person who found the error
}`
Result
In TSV:
