📄️ SDIF
Standardized Data Interoperable Format (SDIF) is the standardized intermediate representation at the core of SATIF, implemented as a SQLite database file.
📄️ Standardization
Standardization is the first layer in the SATIF pipeline, responsible for converting a heterogeneous Datasource—comprising various file formats (CSV, Excel, PDF, XML, etc.)—into a single, canonical SDIF file.
📄️ Transformation
The Transformation Layer is the second stage in the SATIF pipeline. Its core responsibility is to apply business-specific logic to the standardized data—contained within an SDIF file generated by the Standardization Layer—to produce the final output files in their required formats (e.g., XLSX, CSV, JSON, XML).