Skip to content

Edit in place or LUAU, and how? #2388

Closed Answered by datatraveller1
ondohotola asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure but maybe a LEFT JOIN comes close to what you want to achieve?
If the first file is named fqdn.csv and the second one glue.csv:
qsv join --left ns1 fqdn.csv glue glue.csv | qsv select fqdn,ns1,ip

=>

fqdn,ns1,ip
example.com,ns1.example.com,192.168.1.7
example.com,ns1.example.net,

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Answer selected by jqnatividad
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants