Skip to content

Commit

Permalink
Highlight downsides of toTitlecase
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Stephens <owen@ostephens.com>
  • Loading branch information
katrinleinweber and ostephens committed Oct 25, 2022
1 parent 0f936f1 commit 5fcf9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _episodes/08-writing-transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ Next to the 'Preview' option are options to view:
>7. In the Expression box type ```value.toTitlecase()```
>8. In the Preview pane under value.toTitlecase() you can see what the effect of running this will be
>9. Click ```OK```
>0. Find examples of titles that are still not correct, or have been incorrectly cased (abbreviations, species names, etc.)
{: .checklist}
7 changes: 7 additions & 0 deletions _extras/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ ____
* If "https" doesn't work to fetch CrossRef during Advanced OpenRefine Functions, they can try "http"

* If they need to diagnose failure to fetch the content from the URL they can check the "Store error" option in the "Add column by fetching URLs" dialogue and try looking at the common problems listed in the [documentation](https://docs.openrefine.org/manual/columnediting#common-errors)

## Poweful transformations

* In the titlecase exercise, highlight the fact that
each transformation can have unintended side effects,
and advise that running one cleanup operation too few
may sometimes be preferable to one too few.

0 comments on commit 5fcf9dd

Please sign in to comment.