Hello,
I'm troubleshooting a possible issue with my DevOps team related to date formats when importing and excel and I was curious into understanding what happens behind the scenes in the platform ExcelToRecordList.
Do anyone know where I can get any technical information that can give me a glimpse under the hood?
I've already did some research both in the Documentation and in the Forum and I couldn't find what I was looking for, but if I missed something, I apologize. :)
Thank you for your help!
Hallo @João Marques ,
Can you share more information or provide a simple example?
As I understand, you have an issue with date formatting. Have you tried converting it to text and saving it in the appropriate format?
Hi @João Marques!
The documentation is not cleared about date formats when convert excel file data to record list.
I would say that action use the same structure that it is used on TextToDateTime() function:
"... You should check the limits of the Date Time data type. You should also ensure that the Date Time you type in the argument complies with the default Date Time format (yyyy-mm-dd hh:mm:ss, yyyy/mm/dd hh:mm:ss, and yyyy.mm.dd hh:mm:ss) or the server’s environment configuration."
A "quick fix" if you are getting troubles: on Outsystems structure set the attribute to Text, read as Text, and when you need that information, treat in your format.
Hi Kerollos and Eduardo,
Thank you both for your replies.
I can work around the issue and I can also correct it permanently. I simply just want to understand what's under the hood.
Some relevant data:
This was what made me do this question and try to understand how are we validating a format type in ExcelToRecordList.
Thank you in advance.
Can you share a sample excel file that you experience this problem with