I want to load data from a csv file containing many columns using PDI to the data mart that I designed and implemented on SQL Server, and I don't know how can I load the foreign keys of the dimensions into my fact table, can you give me an idea about how to acheive my goal?
Here is the star schema of my data mart :
and the csv file containing the raw data is composed by all the columns of the dimensions together except the primary keys, and the column contained in the fact : handling_time is also present in the csv file.