Ask Your Question
4

Can you extract certain values located between columns in two separate csv files using Grep?

asked 2022-07-07 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-05-14 00:00:00 +0000

devzero gravatar image

No, Grep is not meant for working with columns in CSV files. Grep is a command-line tool used to search for specific patterns in a file or output. You would need to use a more specialized tool such as awk or a programming language like Python to extract columns from CSV files.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-07 11:00:00 +0000

Seen: 12 times

Last updated: May 14 '21