Hello,
I have a csv file with several columns but I only want to keep 3 of them.
"me","you","you and me","nobody"
"me","you","you and me and nobody","nobody"
so I want to create a new file with just column 2 and 3 for instance. So 3 is a variable lenght.
any ideas would be helpful