convert number to datetime with milliseconds
Hi, I have a column with values of the following format: '20230818103947300000'I was hoping to be able to convert it using the custom format (i.e. <YYYY><MM><dd> etc), but I do not see the option for milliseconds. Of course I can make a long formula to extract each individual element and then adding them together, but I really want to avoid that. For reference, in python I am able to do this in on...