hi!! one quick question about ingestion transforma...
# general
r
hi!! one quick question about ingestion transformation configuration, is this this syntax valid?
fromDateTime(jsonPathString(json.path, '$.timestamp, ''), 'EEE MMM dd HH:mm:ss ZZZ yyyy')
I mean, is it supported to nest transformation functions? I’m trying to convert a json string date-time into a Long timestamp
m
Nested transforms are supported in general, so I’d expect this to work too. Please let us know if you see an issue