Hello guys,
I am having trouble with the following task I need to fulfill:
My client creates a monthly report and wants to combine a year's worth (12 reports) of them into one output data. The columns and structure are identical but what I should consider is the fact that the data type of some columns can be different (e.g. column B is a Double in report 1 but a Float in report 2). These occurrences can happen at random columns which led me to the idea that I should probably take one of those 12 as the "master data" for reference of the data types, and force the other 11 reports to adapt to the chosen report, so that I can unify them after with ease.
Does anybody happen to have an idea how this could work?
Btw, I would like to make this a standardized workflow so that I can use it for other clients too, meaning there is no need for a reference of the input data, dummy data would work just as fine.