How to transform numerical format to date?

eldenoso
New Altair Community Member
In my process I first transformed a time into numerics (minutes relative to day). I can't find an operator that withdraws that?
Thank you
Tagged:
0
Answers
-
Hi,
there is no way to reverse this. This transformation is removing information. You might want to join the original data though.
~Martin
0 -
Martin is correct, you'd have to use a Multiply Data operator before the transformation and maybe a Generate ID operator so you can join the original and transformed data set back together via Join operator.
0