Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Created October 15, 2019 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CliffordAnderson/f9b31715946f38540b4fe4c5a055a246 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/f9b31715946f38540b4fe4c5a055a246 to your computer and use it in GitHub Desktop.
For Jim Duran & co.
let $data := <column name="Reporters">Williams, Brian|Maceda, Jim|Keith, Brian Williams,|Thompson, Anne</column>
let $contributor := $data[@name='Reporters']/text() => fn:tokenize("\|")
return $contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment