- Joined
- Oct 26, 2020
- Messages
- 93
Hi all
Sounds like a simple thing, but I couldn't solve this yet:
a csv file is used as data source and this file contains to columns "Datum" and "Uhrzeit".
What I need is a Column "DatumUhrzeit" so I tried to create an new field by expression like this:
simply adding Datum and Uhrzeit doesn't work and some other expressions I've tried also failed like this i.e.
(Sheet1.Datum.ToString() + " " + Sheet1.Uhrzeit.ToString()).ToDate()
anyone with a helpfull hint?

Sounds like a simple thing, but I couldn't solve this yet:
a csv file is used as data source and this file contains to columns "Datum" and "Uhrzeit".
What I need is a Column "DatumUhrzeit" so I tried to create an new field by expression like this:
simply adding Datum and Uhrzeit doesn't work and some other expressions I've tried also failed like this i.e.
(Sheet1.Datum.ToString() + " " + Sheet1.Uhrzeit.ToString()).ToDate()
anyone with a helpfull hint?

Last edited: