I am not really good in Regex.
The string:
"FF","asdadasd60","Report,License","502","5A1301","I-Web Report,License","50A1","PR02","02","5A11","REL","","","","A1170600","500008","FA10","5000001","","","","","000000000.000","","000000000.000","","000000000.000","","000000000.000","","00000000","00000000","",""
I have done this but remove the double quotes before. But the result for string Report,License
and I-Web Report,License
are splitted. This is wrong.
I want to split it into array by comma between double quotes not inside them.