Versions Compared

Key

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

...

Code Block
text-distance 'method' :column-1column1 :column-2column2 :destination
  • method specifies the method to be used to measure the distance between the strings of column-1 and column-2

  • destination is the column the resulting difference will be stored in. If it exists, it will be overwritten. If it does not exist, it will be created.

...