The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Question about Data format in import data
Hi guys,
I get a question on Data import wizard - step 4. There is a 'Date format' box, I want the Date format like 'yyyy-MM-dd', when I finish writing this, only get something like 'weekdays month, date, time, year', so how can I put the date format as I input in the box?
Thank you
Tagged:
0
Answers
@lihengb so a couple of things. You first want to set the format to what the date is currently set at THEN modify to the format you want. For example, if the date is set as 11/06/2018 in the date file, then during your import you specifiy MM/dd/yyyy. Then when it imports, it recognizes it as a date-time data format.
From there you can manipulate it using a Date to Nominal to make it dd/MM/yyyy or whatever format you want.
Hi Thomas,
1, so you mean, there are two steps to achieve my goal.
First is input the data, with a date format it originally looks like.
Second, manipulate the uploaded data,
Am I right?
2, for the date format, it is the data format the data is, not the data format I want, am I right
Thank you
Hi Thomas,
1, so you mean, there are two steps to achieve my goal.
First is input the data, with a date format it originally looks like.
Second, manipulate the uploaded data,
Am I right?
2, for the date format, it is the data format the data is, not the data format I want, am I right
3, is there any documentation about the differences between the 'real','numerical',' polynomial'.......
Thank you
Hi @lihengb,
Regarding your questions:
Happy Mining,
Edin
By the way:
When you look at Attributes with the a date related value type ("date", "date_time" or "time"), the value is always displayed like 'Mar 21, 2018 10:37:43 AM CET' (or only the date or the time - depending on your selection).
The internal representation of those values is numeric. If you want to have it displayed in a different way you need to convert it to Nominal using Date to Nominal where you enter the target representation you want to have.