Skip to content
Shuai YUAN edited this page May 29, 2015 · 1 revision

Tip 93: Rearrange CSV Fields Using Submatches

Return to the top: <>

  • reference submatches using `\n`

Example:

swap the order of the fields so that the email comes first, then the first name, and finally the last name:

Table of Contents


Clone this wiki locally