easyfabric.loaders.xlsx
logging
pd
DataFrame
col
StructType
ConfigManager
ObjectInfo
TableConfig
get_spark
load_xlsx_bronze
def load_xlsx_bronze(object_info: ObjectInfo, table_config: TableConfig,
config_manager: ConfigManager) -> DataFrame
Load a CSV file into the Bronze layer of the data lakehouse based on a predefined schema.
Arguments:
object_infoObjectInfo - Information about the object to be loaded.table_configTableConfig - Configuration for the table to be loaded.config_managerConfigManager - Manager for configuration settings.
Returns:
DataFrame- The loaded DataFrame.