I need to split a string into an array of each single stings in the whole string
e.g:
122,THR,002500000,36 to
122,THR,002500000,36
[ "122" , &q