ComfyUI Node

DB Load Data

A ComfyUI node in DataBeast with 3 inputs and 1 output.

By hanoixan·Created 2 years ago·Updated 2 years ago· 2
DB Load Data
    • data
    path
    filter
    exclusive
    CategoryDataBeast

    Inputs (3)

    NameTypeDefaultDescription
    pathSTRINGPath to file to load. .json and .csv are treated as their formats, anything else is interepreted as YAML.
    filterSTRINGPattern filter. If exclusive is true, only include lines that DO NOT match this regex filter. If not exclusive, include ONLY lines that match this filter. If using capture groups and not exclusive, all capture groups will be concatenated into the final text for that line.
    exclusiveBOOLEANExclude with pattern. If false, include only lines with the filter regex pattern, if there is one.

    Outputs (1)

    NameTypeDescription
    dataDB_ITEM