Insert email as the second column
Input
2 email john@example.com anna@example.com name,role John,admin Anna,editor
Output
name,email,role John,john@example.com,admin Anna,anna@example.com,editor
Useful when a required field must appear in a specific position.