Resolved! Comma Separated String into Rows
Hello, I have a requirement where a text with "," delimiter has to be generated into rows. For Example a string or text $src_name = "AMK, ACK, AGK, ABK" should be generated as following rows. The output should be separate rows as below. AMK AC...