Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created November 17, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save munhitsu/ce455c450e4a2265741f9046f4de4740 to your computer and use it in GitHub Desktop.
Save munhitsu/ce455c450e4a2265741f9046f4de4740 to your computer and use it in GitHub Desktop.
xqilla -i users.xml <(echo 'for $x in ./users/user return string-join((data($x/email), data($x/roles), data($x/last-login)),", ")') > users.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment