I have searched stack and I am getting stuck with a particular CSV file:
I have a large CSV file formatted in two columns:
Name Extension
Brian Aducci 6598
Jeff Alexander 6661
Sara Alfieri 6789
I want to leave the extension and trim the names into the usernames:
Name Extension
BAducci 6598
JAlexander 6661
SAlfieri 6789
this short line should give you what you want:
test