hi
In a first lookup (host.csv), I have a field "host"
In a second lookup (toto.csv), I have also a field "host"
Is it enough to do
`| inputlookup host.csv
| appendcols
[| inputlookup toto.csv]` for that the host in the first lookup match with the host in the second lookup?
Is there also any way to do this?
thanks
↧