Nodes/comfyui-arkennemasis/arkennemasis Sheet Probe (read a client sheet)
ComfyUI Node

arkennemasis Sheet Probe (read a client sheet)

Read a client's variation sheet without interpreting it. Emits the raw rows, a human/LLM-readable description of the columns, and a heuristic column mapping. Feed columns_report to an LLM to auto-detect the mapping, or hand-write one.

By Hishamahmer·Created about a month ago·Updated 9 days ago· 5
arkennemasis Sheet Probe (read a client sheet)
    • raw_json
    • columns_report
    • suggested_mapping
    • row_count
    sheet_path
    sample_rows8
    Categoryarkennemasis/Variation

    Inputs (2)

    NameTypeDefaultDescription
    sheet_pathSTRINGCSV, TSV or JSON export of the client's sheet. XLSX works only if openpyxl is installed — export CSV instead.
    sample_rowsoptINT81–100How many example rows to include in columns_report. Enough for a model to see the shape, not so many that the whole sheet is pasted into a prompt.

    Outputs (4)

    NameTypeDescription
    raw_jsonSTRING
    columns_reportSTRING
    suggested_mappingSTRING
    row_countINT