Table 18122350 EOS JSON Import Buffer

Table 18122350 EOS JSON Import Buffer

LanguageCaption
en-USJSON Import Buffer

Fields

Import Id (1)

Guid

LanguageCaption

Table Id (2)

Integer

LanguageCaption

Entry No. (3)

Integer

LanguageCaption

Sequence (5)

Integer

LanguageCaption

Table Name (10)

Text[250]

LanguageCaption

Data (20)

Blob

LanguageCaption

Status (30)

Option

" " (0) , "Completed" (1) , "Failed" (2)

LanguageCaption

Error Message (50)

Text[250]

LanguageCaption

Full Error Message (51)

Blob

LanguageCaption

Start Date/Time (60)

DateTime

LanguageCaption

Stop Date/Time (61)

DateTime

LanguageCaption

Duration (62)

Duration

LanguageCaption
en-USDuration

Overwrite (70)

Boolean

LanguageCaption

Methods

ParseJsonData

procedure ParseJsonData()

Parses the data-chunk contained in Data and extracts some metadata (such as TableId, TableName) from that chunk, writing it to the corresponding fields.


SetErrorMessage

procedure SetErrorMessage(NewErrorMessage: Text)

Marks the entry as failed with the given error message.

Parameters / Return Value

  • NewErrorMessage Text

    The error message to be set on the record.


GetErrorMessage

procedure GetErrorMessage(): Text

Retrieves the error message for the current record, if there is one.

Parameters / Return Value

  • Returns Text

    The error message. If the record did not fail, or does not have an error, an empty string is returned.


UpdateDuration

procedure UpdateDuration()

Updates the value in the field Duration by using Stop Date/Time and Start Date/Time.



EOS Labs -