When the RECEIVE command of this service is executed the following occurs:

If there is no content or list argument, then an OK status is returned.

The service determines if this Unicode data needs to be archived.

The service reads the received Unicode content into the list argument.

The optional SVMODE and SVHEAD keywords direct how this Unicode data is added to the list.

Syntax:

Command

Keyword

Value

Developer notes

RECEIVE

SVROW


Optional. See SVROW.

SVROWLIMIT


Optional. See SVROWLIMIT.

SVMODE


Optional. See  SVMODE.

SVHEAD


Optional. See SVHEAD.

NUMBERFORMAT


Optional. See NUMBERFORMAT.

CONTENT


Optional. Default. Use HTTP protocol content-type or assume content is CSV.

*CSV

Read content as CSV data.

*TSV

Read content as TSV data.

ARCHIVE


Optional. See ARCHIVE.

Example

    RECEIVE ARCHIVE(/folder/file.csv) #WRKLST(field,field,field)

  • No labels