i need to extract string with (-) as delimeter. Below is the example
INPUT
COL_1 : 12345-678-910
OUTPUT:
col1 = 12345
col2 = 678
col3 = 910
i need to extract string with (-) as delimeter. Below is the example
INPUT
COL_1 : 12345-678-910
OUTPUT:
col1 = 12345
col2 = 678
col3 = 910
Simple Field() functions should do it.