Questions? We have answers.

Converting dates into the appropriate format

  • Updated

Summary

Learn how to convert dates into the appropriate format.


Copy dates to a new column

Depending on the ERP or account package, date fields can use many different formats. In this example, we will convert dates stored as numeric values into date values.

Step 1: Set the date column to the General format.

  1. Select the Column header to highlight the entire column.
  2. Go to the Number section in the Home ribbon.
  3. Open the menu and select General.
    mceclip0.png

Step 2: Copy the date column and paste it into the right most empty column.

  1. Select the Column header to highlight the entire column.
  2. Right click to open the context menu and select Cut.
  3. Select the right most empty column and select the Column header to highlight the entire column.
  4. Right click to open the context menu and select Paste as Values.
    image_-_2021-01-07T124921.849.png

 


Delimit the new column (Text to Columns)

  1. Select the Column header above your newly pasted dates to highlight the entire column
  2. Open the Data ribbon.
  3. Go to the Data Tools section in the Data ribbon and select Text to Columns.
    The Text To Columns window will open on your screen.
  4. Select Delimited and click Next.
    image_-_2021-01-07T125008.989.png

  5. Select Other as your delimiter and and enter a dash ("-") in the text field.
  6. Select Next.
    image_-_2021-01-07T125025.693.png
  7. Select Finish to delimit your columns and return to your spreadsheet.
    The date will be spread across 3 columns, as shown below.
    image_-_2021-01-07T125100.906.png


Create a date column from the delimited columns

Select an empty column beside the delimited columns. This will act as your new "Posted Date" column that follows MindBridge's date format.

Use the following formula in the cells of your new column to concatenate the posted dates:

=DATE(Year Column, Month Column, Day Column)

In this example, the formula will appear as:

image_-_2021-01-07T125115.495.png


Remove the delimited columns and keep the newly formatted "Posted Date" column.

image_-_2021-01-07T125130.885.png


Your data file should now contain dates that follow the MindBridge format and is ready to ingested.


Anything else on your mind? Chat with us or submit a request for further assistance.


Related articles

Was this article helpful?