My field contains multiple values, which separated by comma. How can I split the each comma separated values and put on the same filed name.
Ex.
The consider the below field and values,
SerialNumber => [abc23, cde56, mgf78]
I am looking to split them to,
MySerialNymber => abc23,
MySerialNymber => cde56
MySerialNymber => mgf78