The problem
Without traceability, bad data becomes impossible to debug.
Sparkflows’ approach
Enable:
-
Output File Name as Field -
Output Sheet Name as Field -
Use
CellRangewhen applicable
Together, these allow you to:
-
Identify the exact Excel file
-
Identify the exact sheet
-
Narrow down the row range precisely
Practical debugging flow
-
Filter rows with unexpected nulls
-
Inspect
fileNameandsheetName -
Open the source Excel
-
Navigate to the specific range
Recommendation
Always enable metadata when:
-
Reading directories
-
Processing user-generated Excel
-
Building regulated pipelines