Naming of CSV actions in table filter parameters editor

Issue #87 resolved
Former user created an issue

Original [issue 87](https://code.google.com/p/okapi/issues/detail?id=87) created by @ysavourel on 2009-07-08T12:44:57.000Z:

There are two CSV actions in the tbale filter that, I think, can be misleading as they are described now:

- Remove qualifiers - This makes me believe the filter will actually remove the qualifiers (e.g. quotes) of the field in the output file. While it actually simply exclude them from the extracted text, but still preserve them in the output. So I think the label should be "Exclude qualifiers from extracted text" or something similar.

- Trim values - this made me believe any leading and trailing spaces would be removed from the extracted text for the given field, and that the output file would not have those spaces. While it actually simply exclude the leading and trailing spaces from the extracted, but preserve them in the output. So I think the label should be "Exclude leading/trailing (white?)spaces from extracted text" or something similar.

Comments (1)

  1. Log in to comment