Skip to content

Commit

Permalink
Merge pull request #327 from LibraryCarpentry/broken-link-to-working-…
Browse files Browse the repository at this point in the history
…with-data

fix broken link to Working with Data
  • Loading branch information
ostephens authored Jan 9, 2024
2 parents 756b8a0 + 0db721e commit 0ae7aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions episodes/11-using-arrays-transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ Arrays can be sorted, de-duplicated, and manipulated in other ways in GREL expre

`"crystal structure|clozapinium|crystal structure|molecular configuration|hydrogen bonding|supramolecular assembly|Chemistry|QD1-999"`

This can be transformed into an array using the `split` function specifying the pipe character ( | ) as the separating character. Recall the cautionary note about separator choice from [Working with Data](https://librarycarpentry.org/lc-open-refine/03-working-with-data/index.html).
.
This can be transformed into an array using the `split` function specifying the pipe character ( | ) as the separating character. Recall the cautionary note about separator choice from [Working with Data](03-working-with-data.md#choosing-a-good-separator).

```
value.split("|")
Expand Down

0 comments on commit 0ae7aa0

Please sign in to comment.