CSV 파싱하기 표현식

맨날 까묵는 표현식 ..

CSV 파싱할때 아래와 같은 문자열 split 시킬때..

“123” , “aaa” , “a,1,2,3,4” , “2011”
“123” , “aaa” , “a4” , “2011”

표현식

,(?=([^\”]*\”[^\”]*\”)*[^\”]*$)

This entry was posted in Computer science. Bookmark the permalink.

Leave a comment