Nobody who could give me any pointers?
If I do this my self, I could probably add 365 days to get the year, but with the different days in months, it would be quite a project getting the exact day from this. Is there no easier way to convert Year to the date format in a sidecar file and import it to show date in MC? Perhaps I should only focus on calculating the year and just find a random number in that year. This could be reasonably simple.
As you know, Excel stores dates as sequential serial numbers so that they can be used in calculations (add 30 days to an existing date, etc.). By default, January 1, 1900, is serial number 1, and January 1, 2008, is serial number 39448 because it is 39,448 days after January 1, 1900.
There is a simple convertion formula in Excel, but the trick would be how to automate it so you can convert the "number" in the Metadata field to the corresponding date. If you wanted to do each one by hand, you could open you Excel program enter the "number" and have it conver to a date format, but that would take a bit of time if you have a lot of conversions.
Would a batch file that reads the meta-data and converts the serial number in the"Date" field to a standard date format be useful? Or is the intent/request to just have MC store the data the way you want it in the first place - without needing to convert it?