How to get particulars from date?
![pantangi_shekar](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)
![](https://s3.amazonaws.com/rapidminer.community/vanilla-rank-images/contributor-16x16.png )
Hello all,
How can I extract details from the date format?
For example,
If I have the date as JAN 1 2017
I would like to generate 3 attributes like this
month Date Year
Jan 1 2017
Thanks in advance.
Best,
Raj.
Best Answer
-
Edin_Klapic Employee-RapidMiner, RMResearcher, Member Posts: 299
RM Data Scientist
Hi,
RapidMiner has multiple ways to get your solution.
I suggest using Generate Attributes but instead of date_get you could use date_str_custom which converts your date to a string.
I would recommend this solution because it allows you to format the desired output in the way you want (e.g. language / abbreviations [Mon vs. Monday] / ...). This way you are also able to extract the weekday of this day!
A help on the parameters / variables representing which portion of the date can be found in the Help of the Operator "Nominal to Date".
Best,
Edin
0
Answers
I would convert those to Nominal values first and then use the Split operator.
I would go for date_get in GenerateAttributes.
Best,
Martin
Dortmund, Germany
Another option would be to use Date to Numerical, which allows you to extract any portion of the date relative to most other portions (e.g., day of the week, day of the month, month of the year, etc.) but the resulting data is numerical rather than nominal in format. But you could then use Map to convert to whatever nominal values you want.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts