What's new

Welcome to the GSA Community!

This is the Official User Community for GE's GeoSpatial Analysis products. By registering with us, you'll be able to discuss, share and private message with other members of our Community.
Registration is currently only allowed with a personalized invitation code, which you might have received previously. If you haven't got one:
please get in touch with your GE contact person or your regional moderator(s): see FAQ.

SignUp Now!

GSA 5.2.11 Pro: Adding Date and time columns to new DateTime column?

Björn Schaefer

Member
Confirmed GSA Customer
Joined
Oct 26, 2020
Messages
91
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? :)
1652955380776.png
 
Last edited:
Top