Page tree

Versions Compared

Key

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

...

The following example transformation extracts the word #bigdata from the column msg_LinkedIn:

d-

...

trans
RawWrangletrue
p03Value'#bigdata'
Typestep
WrangleTextextractpatterns type: custom col: msg_LinkedIn on: '#bigdata' limit: 1

...

D trans
p03Value'#bigdata'
Typestep
p01NameColumn to extract from
p01Valuemsg_LinkedIn
p02NameOption
p02ValueCustom text or pattern
p03NameText to extract
p04Value1
p04NameNumber of matches to extract
SearchTermExtract text or pattern

...