Create a Custom column and overlay data into it

In this post we will show you how to make a custom column, and how to overlay data into that column. Lets say that you want to have a column which shows the time zone for items in your case. The time zone is shown on date fields, but there is no standalone column specific to time zone in Intella. In this case you can make a custom column for the time zone, then overlay the time zone information from one of the date fields into this column.  

The first step is to get the time zone information from a date field. In this case we will use the Primary date field.

Note: Primary Dates are calculated based on values stored in Intella columns. Different file formats populate this field differently. E.g. sometimes the dates are derived from the Raw Data field, and sometimes it comes from the item's property field etc. 

First, create a CSV export (or a load file) containing these two columns:

  1. Item ID - This is our reference for which records we will update when we load the overlay.
  2. Primary Date - We will retrieve the time zone information from this data.

The exported Primary date data will contain the full date format (e.g. date + time + time zone). Open this export in a text editing tool (e.g. Excel, advanced text editors, etc.). Remove the date + time portion from the Primary date column. E.g. in Excel you could do this by first using the 'Text to columns' feature on the Primary date column to convert the data into four separate columns. 


Now delete the date, time and am/pm columns to only leave the Item ID column and the time zone column. Note that you will need to name the time zone column as it will not have a name. Save this file as a .csv file.


Now you'll need to create a new Custom Column of type "TEXT".  Go to File > Custom Columns to open the Custom columns wizard. 

  1. Click on the New button to create a new column.
  2. Name you column. In this example I have named it TZ Only. You can add a description in the description field if you wish.
  3. Set the Type field to Text.
  4. Leave the Extract data field empty and click on Ok to create the custom column.

You will now see the new column for TZ Only in the wizard. Click on the Close button to close the wizard.


The final step is to now overlay the time zone data into this new custom column. In Intella go to File > Import Load File. 

  1. Change the Import operation to Overlay.
  2. Path to the .csv file with our Item ID and Time zone data.
  3. Everything else can be left as default. Click on the Next button.

In the next screen, change the Format to Comma Separated Values and you should see a preview of your data below. Click on the Next button.


Do the following on the Map Fields screen.

  1. Set the Identifier field and type to Item ID.
  2. Select the Time zone field on the left, then scroll down the Intella columns list on the right and double click on the TZ Only field. This will move the field to the Time zone field on the left. E.g.

  3. We have a function to check for errors. This should be done to make sure there are no errors before loading the overlay.
  4. If you have no errors at step3, click on the Import button to import the overlay.

There should be no errors reported in the summary window.


The new TZ Only column will be to the far right of the columns in the Details table. You can move this column to where you want it by click and drag. If this column is not shown in the Details table, you can add it using the Column selector.

Here we can see that the time zone from the Primary date is in our new custom column - TZ Only. 



Updated June 2022