Skip to content

Commit

Permalink
Update 11-using-arrays-transformations.md
Browse files Browse the repository at this point in the history
Updated line 65 to md version and specific moment in lesson
03-working-with-data.md#choosing-a-good-separator
  • Loading branch information
jas58 committed Dec 15, 2023
1 parent c74fc2b commit 0db721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/11-using-arrays-transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +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).
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 0db721e

Please sign in to comment.