Options

Cannot Parse Date

nvllmnvllm Member Posts: 1 Contributor I
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

  • Options
    David_ADavid_A Administrator, Moderator, Employee, 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.