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

Cannot Parse Date

nvllmnvllm Member Posts: 1 Learner III
edited November 2018 in Help

have a process which uses a time series data input from csv it works with the date as 2016-02-24 but not with the date as 2016.02.26 obviusly I need to set Nominal To Date operator to a date format with the new format without dashes. Cannot see the option to do this or am I missing something?image.png

Tagged:

Answers

  • David_ADavid_A Administrator, Moderator, Employee-RapidMiner, RMResearcher, Member Posts: 297 RM Research

    Hi,

     

    under the Parameter settings for the Nominal to Date Operator you can specify the exact date format of you input. There are already some predifined formats in the drop down menu, but in your case  the format string should be the following

     

    • yyyy.MM.dd

    yyyy stands for a 4-digit year, MM is a two digit month format (compared to mm which is minutes) and dd are the days.

     

    Best,
    David

Sign In or Register to comment.