Input
ExecutionTrigger execution
Data/DataFusion
Registers an Excel workbook's sheets as SQL tables in a DataFusion session. Tables are named after their normalized sheet names (e.g. 'Sales Data (2024)' becomes 'sales_data_2024'); additional tables on the same sheet get numeric suffixes. The download and parse are deferred until a query actually uses the session — unless the Table Names output is connected, which requires parsing here.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
DataFusion session to register the tables into
Excel file
Worksheet name (optional - if empty, registers all sheets)
'Sheet as table' registers each sheet's used range as one table; 'Detect tables' finds and registers every table on each sheet
Optional prefix for the registered table names
Tables registered successfully
Names the tables were registered under. Connecting this pin makes the workbook parse eagerly at this node instead of at the first query.