Add text chunk#

Adds a ready-made text chunk to a file for later indexing. This is the existing block translated to v1; it does not start binary file chunking.

FileGuid*[Text] Required file GUID.
TextChunk*[Text] Required non-empty chunk text.
Metadata[Object | dictionary] Optional JSON metadata for the chunk.
Timeout[Number] HTTP request timeout in seconds; default value is 60.
ResultFileGUID[Text] GUID of the file the chunk was added to.
ResultFileID[Number] Internal numeric file ID from the server response.
Processing level

Choose the error processing level.

Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram is used.

Message level

Choose the level of messages output by blocks while they run.

Possible values:

  • "Default" - default;
  • "Release" - output disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram is used.

Error text[Text] Returns detailed error information if the block execution fails.