Hi,
I need to extract data from a field transaction which contains value as:
Transaction =
"CHE_ECSTATE '-259297525' 19802619:-259297525{0}BEACH.TCN4(TCN4)ECN4/UTR023/ECTBR@20210929.162523.985
I need fields like
CHE_ECSTATE='-259297525'
key1 = 19802619
key2=259297525
version={0}
name=BEACH.TCN4(TCN4)ECN4/UTR023/ECTBR
trans-time=20210929.162523.985
Then convert the trans time to the datetime
Thanks