https://issues.apache.org/bugzilla/show_bug.cgi?id=46491





--- Comment #14 from Sebb <s...@apache.org>  2009-02-02 12:55:37 PST ---
Setting the "Allow quoted data flag" to true should not affect how *unquoted*
data is treated. However at present the routine that processes quoted data
doesn't handle a trailing delimiter correctly. I'm in the process of fixing
that.

If your data is not quoted, then don't set Allow Quoted = true.

If your data is quoted, then you need to set Allow Quoted = true, but in that
case you cannot set the last variable to empty, as the code treats {abc,}
exactly the same as {abc,""}. This is a bug.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to