...
Code Block |
---|
text-distance 'method' :column-1column1 :column-2column2 :destination |
method
specifies the method to be used to measure the distance between the strings ofcolumn-1
andcolumn-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.
...