I'm working on a simple ETL process that combines two datasets in different formats:
Both datasets share a common identifier: the Product ID. The goal is to use a Join to relate the data from these two sources.
Let me know your thoughts!