Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How can I change the content of the date_added Attribute to MM//dd/yy ?
GeorgeOik1999
Member Posts: 10 Contributor II
Should I use Replace, Map or Generate Attribute? I tried to use Generate aatribute in order to create a new one that will describe the month and the year ( more importantly ) but my function was invalide. [ date_parse( concat ( str(month),"/",str(day),"/","year") ) ]
Thanks in advance.
0
Best Answer
-
ceaperez Member Posts: 541 UnicornHi @GeorgeOik1999,
You can use the Date to Nominal operator to transform your date attribute to a desired format.
please find attached a simple sample.
Best,
Cesar1