Table of Contents

Importing Dates into Sentori

Problems can occur when importing dates due to the different ways applications store them.

Examples of this might be:

This article describes how to ensure your date values are correctly imported into Sentori.

Dates being imported must be in the format DD/MM/YYYY

Some examples of this:

ValueRepresented Date
25/12/201025th December 2010
01/03/19801st March 1980

Microsoft Excel Spreadsheets

While your data may appear to be in the required DD/MM/YYYY format when you open an Excel spreadsheet file, it may not actually be stored in the correct way for Sentori to access it.

To ensure it is, the simplest option is to use Excel's Text to Columns feature.

Here's how:

Comma Separated Values (CSV) File

Different applications create CSV files in different ways, but the key result is for the date values to appear as follows when the CSV file is opened in a simple text editor:

Email,DateValue
"me@example.com",15/01/2018
"other@example.com",24/06/2018

If it's surrounded by any type of quotes, then Sentori probably won't be able to read it as a date.