A program to recognize and reward our most engaged community members
Marco Boeck wrote:Hi,what version of Studio are you using? 7.0 and later have the Date format in the top left corner during the "Format your columns" step while adding data. You can freely change the date format there to whatever you need.Regards,Marco
Martin Schmitz wrote:By the way, you might also simply read it in as nominal and use Nominal To Date afterwards.~Martin
Marco Boeck wrote:Hi,yea changing the source data is definetly not the way you want to go ;DThis works for me:1. Change the Data Format to "yyyy.MM.dd hh:mm:ss"2. Change the colum type to "date_time"The test data I used can be found here: https://www.dropbox.com/s/ivrn8o70iie9f71/test.csv?dl=0Regards,Marco
Trying to input this date_time: July 13, 2016 05:43 AM
with this date format u provided here: yyyy.MM.dd hh:mm:ss
And I still get parsing errors?
I'm an old school RM user, I don't use the "Add Data" button that much and go straight for the Read CSV or Read Excel operator and use that wizard.
I find it much easier to do as @mschmitz notes, let the date values come in as a polynominals and then convert them with a Nominal to Date operator.
Alright thanks will do that! :smileyvery-happy: