I have 2 columns in a dataset, both values are in chr. I need to create a new column with longest starting(initial) substring. Example.
A............... B.......... C.
Australia Austria Austr
Network Netconnect Net
New column name is C, which I want to create. In column C, common starting strings(Austr, Net)from A and B is updated.No of rows are 10k in my dataset.