Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some 'recipies' for specific operations with TAGSRV data.

To remove "." from the end of all entries in a column.

  • Facet the column using the REGEX string ?[\.]$
  • Select "transform" for the column. 
  • Paste this into text box
  • value.partition(smartSplit(".", " ")[-1])[0]

To add Accession numbers to the bulk of the existing entries for NPL, BEG and WSA

...