Hello everyone,
I’m new on KNIME and I’m facing a Problem .Column1 is Date/Month , and Column2 is Time
Table :
Column1 Column2
RowID1 Date/Month Time
Row0 03.04 09:10
Row1 03.04 09.11
I want to make final table look like this.
Column
RowID1 New Date/Month/Time
Row0 03.04;09:10
Row1 03.04;09.11
Do you have a solution?
Thank you very much