Created
November 17, 2017 17:50
-
-
Save munhitsu/ce455c450e4a2265741f9046f4de4740 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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