Maximo

 View Only

 Is it possible to use data load to import a date field into Maximo with sysdate value

Akshay T's profile image
Akshay T posted Tue June 10, 2025 10:49 AM

Hello Everyone, 

I am attempting data load for a custom date field ,is it possible to use data load to import a date field into Maximo with sysdate value

LAXMI SAI SINDHU ATLURI's profile image
LAXMI SAI SINDHU ATLURI

Hi Akshay

If you are using MxLoader or even csv file, you can use the excel formula =TODAY() to populate the date and format it accordingly to load in Maximo.

The format yyyy-mm-ddThh:mm:ss:mm should generally work. However, I would suggest to query a record from the table you are going to insert and follow that format to upload new records.