Skip to content

Mount CSV Node

Data/DataFusion

Mount CSV

Mount CSV files from a FlowPath into a DataFusion session as a queryable table

df_mount_csvdata
Inputs7
Outputs1
Security exposure0/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
0/10High
PrivacyPotential sensitivity of processed data.
0/10High
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
1/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

7

Input

Execution
exec_in

Trigger execution

Session

Struct
session

DataFusion session to mount the table into

DataFusionSessionDataFusionSession1 fields
cache_keystringrequired

Path

Struct
path

FlowPath to CSV files (can be a directory prefix or single file)

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Table Name

String
table_name

Name to register the table as in the DataFusion catalog

Has Header

Boolean
has_header

Whether the CSV files have a header row

Default true

Delimiter

String
delimiter

Column delimiter character

Default ,

File Extension

String
file_extension

File extension filter

Default csv

Output Pins

1

Done

Execution
exec_out

Table mounted successfully

Node Info

Internal name
df_mount_csv
Category
Data/DataFusion