Extract a non-quoted CSV field token.
Section: Extraction Recipes
Capture a simple CSV field
regex
regex
[^,]+Explanation
Useful only for simple CSV; quoted CSV needs a more robust parser.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Extraction Recipes