Table filter: eimbedded line breaks are not treated properly when leading/trailing whitspace is excluded

Issue #155 resolved
Former user created an issue

Original [issue 155](https://code.google.com/p/okapi/issues/detail?id=155) created by frank.kuh... on 2010-12-19T12:17:13.000Z:

When I have a CSV record like

1,"""eins"" zwei"

extraction with "exclude leading/trailing whitspace" and "separate lines with line-feeds" options set creates the following:

<source xml:lang="en-us">"""eins"" zwei"</source>

extraction without the "exclude leading/trailing whitspace" option set creates the expected result:

<source xml:lang="en-us">"""eins"" zwei"</source>

I assume that the
n is eaten by the whitspace handling before it can be evaluated ....

This has been tested with the 10-12-16 snapshot

cheers,
frank

Comments (3)

  1. Log in to comment