Skip to content

Commit

Permalink
fix broken link to Working with Data
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Nov 22, 2023
1 parent 3a65574 commit c74fc2b
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](https://librarycarpentry.org/lc-open-refine/03-working-with-data).

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

0 comments on commit c74fc2b

Please sign in to comment.