6 ms·
Nushell is also quite powerful for this. For example: > open people.csv | where status == 'customer' | unique-by email | select surname forename email | sort
by vajdagabor 3y ago
Nushell is also quite powerful for this. For example:
> open people.csv | where status == 'customer' | unique-by email | select surname forename email | sort-by email | save customers.json
https://www.nushell.sh/ https://www.nushell.sh/
- deleted 3y ago[deleted]