Author Topic: Importing Dates into existing MM profiles  (Read 7400 times)

gayle

  • Full Member
  • ***
  • Posts: 111
    • View Profile
Importing Dates into existing MM profiles
« on: January 22, 2014, 09:05:04 AM »
Any helpful tips - other than retyping all my dates!

I have all my dates in an Access database - I then export that data into an Excel spreadsheet.

I can then break apart the dates by using "Text to Columns" and then use "Concatenate" to put them back in the order that MM likes them - but any single digit month or date loses the preceding zero.

So for example 03/01/2012  which MM wants to be 20120301  becomes 201231. 

Help!  Thoughts?

Radishworks

  • Hero Member
  • *****
  • Posts: 1318
    • View Profile
Re: Importing Dates into existing MM profiles
« Reply #1 on: January 22, 2014, 09:16:20 AM »
Make sure to include dashes in your dates for MM to understand them.  I.e. "2013-01-22" is the correct format.

gayle

  • Full Member
  • ***
  • Posts: 111
    • View Profile
Re: Importing Dates into existing MM profiles
« Reply #2 on: January 22, 2014, 09:24:08 AM »
Hmmm... but I just imported a test excel csv file where I had typed in 20120102 and MM converted it to 01/02/2012.  The format of the cell was "general" if that makes a difference as to why it worked. 

TARSAR

  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: Importing Dates into existing MM profiles
« Reply #3 on: January 31, 2014, 06:23:48 PM »
If you're working with Access and/or excel, treating the data type as text as opposed to numerical data usually works better when combining (concatenating) data fields.

gayle

  • Full Member
  • ***
  • Posts: 111
    • View Profile
Re: Importing Dates into existing MM profiles
« Reply #4 on: February 02, 2014, 01:46:05 PM »
Thanks all - I figured out how to fix my problem!