Fill in the Blank:
KNIME provides a number of nodes for tasks that are specific to date and time values.
You have a data table with the purchase date and time and number of purchased items. You want to visualize the number of purchased items per hour on different weekdays in a line plot. Which GRANULARITIES do you need to extract from the Date&Time values to be able to visualize the supermarket peak hours?
Day of week and Hour
Combine the date formats with the string representations of the date and/or time values.
Date: 24/12/2003
dd/MM/yyyy
Combine the date formats with the string representations of the date and/or time values.
Date: 1994-03-16
yyyy-MM-dd
Combine the date formats with the string representations of the date and/or time values.
Time: 12:34
HH:mm
Combine the date formats with the string representations of the date and/or time values.
Date: 23.09.1984 17:56:00
dd.MM.yyyy HH:mm