January 2020

Two Tsv Strings, Compare Numeric Cells
Add-ons

Two Tsv Strings, Compare Numeric Cells

Compares numeric column strings in TSV-A and TSV-B, and lists the amount of change from A to B. If there is no string that matches the key column of A, it will not be listed. If there are multiple matches, it will be compared with the key above.

Two Tsv Strings, Extract Cell-Mismatched Lines
Add-ons

Two Tsv Strings, Extract Cell-Mismatched Lines

Extracts B lines that DO NOT exist in A-Cell with comparing the specific column of TSV-A and the specific column of TSV-B. If A and B match exactly, an empty string is returned. If they are completely different, all lines in B are returned.

Two Tsv Strings, Extract Cell-Matched Lines
Add-ons

Two Tsv Strings, Extract Cell-Matched Lines

Extracts B lines that DO exist in A-Cell with comparing the specific column of TSV-A and the specific column of TSV-B. If A and B match exactly, all lines in B are returned. If they are completely different, an empty string is returned.

Scroll to Top