Compare Lists
Compare two lists in a file (.txt
or .csv
) and return the difference to
another list (.txt
or .csv
) for immideate reuse. See the example below:
The return to field is optional and used to relay potential error messages, such as file not found.
List 1 | List 2 | Difference |
---|---|---|
Apple | Apple | |
Pear | Pineapple | Pear |
Banana | Banana |
Under output, you can specify a variable where you want to return potential errors to, for example, in case a directory cannot be accessed.
Example of the Compare Lists function.