Tuesday, April 22, 2014

Sublime Text - Parse CSV - Find Nth and N-1 th comma from EOL


In Sublime Text - Do A Find [using regular expression] - Apply the below expression


,(?=(?:[^,]*,){16}[^,]*$),(?=(?:[^,]*,){15}[^,]*$)