Load JSONL File to Redis Queue
  • 05 Mar 2025
  • 1 Minute to read
  • Dark
    Light

Load JSONL File to Redis Queue

  • Dark
    Light

Article summary

Step Details
Introduced in Version9.6.0
Last Modified in Version9.8.0
LocationData > Text


Prerequisites 

This step requires the Redis Queue module to be installed before it will be available in the toolbox. A dependency to the Project where the step will be used is also required.


Properties

Settings

PropertyDescriptionData Type
Queue NameA drop down list of each configured Redis Queue. The chosen queue will be cleared by this step.    
--
Get Queue From FlowSelecting this moves the Queue Name to the Inputs section.
Boolean
Load Data From StringReplaces the File Input with the JSONL Content Input.Boolean
Append Dynamic ValuesEnabling will make a text field appear where dynamic values can be entered. These values will added to the JSONL file when it is moved to the queue.Boolean

Inputs

Queue Name only appears if "Get Queue From Flow" setting is enabled. JSONL Content only appears if "Load Data From String" is enabled. File and JSONL Content inputs are exclusionary. The step can only use one or the other.

PropertyDescriptionData Type
FileThis is the JSONL file that will be added to the queue. This input is meant for files that are being uploaded or created in the Flow.FileReference
Queue NameAllows the queue to be cleared to be chosen from Flow Data, by a constant, or other normal input types.String
JSONL ContentIf the JSONL that needs to be added to the queue is not a file, it can be added with this input. String

Outputs

PropertyDescriptionData Type
Lines ProcessedReturns the number of lines of code in the file that were processed.Int32



Was this article helpful?