Yes, JMeter does have some CSV functionality, but it is basic - the separator can be changed, but there is no support for quoting elements containing separators.
[The workround (if needed) is to choose a separator that is not in the data, which so far has been sufficient for JMeter users - as far as we know. And there are other methods of reading external data.] S. On 6/1/05, Mark Lybarger <[EMAIL PROTECTED]> wrote: > just stumbled across this thread on CSV processing from java. i haven't > really done much CSV processing myself actually, but i have used the jmeter > package from apache, and i believe it uses CSV files for reading in > parameters to use in the tests. they might have something that can be > genericized or some such there. > > > > On 5/31/05, Don Seiler <[EMAIL PROTECTED]> wrote: > > > > On 22:31 Fri 27 May , Henri Yandell wrote: > > > I've got to improve my google hit on csv parsing it seems. > > > > > > http://www.osjava.org/genjava/multiproject/gj-csv/ > > > > > > Completely available for Commons if so desired, in fact 'genjava' is > > > where I put things I'd like to add to Commons but haven't seen any > > > desire for. > > > > Do you have any example .java files? If this works out, I can just have > > my csv4j project removed from SF.net <http://SF.net>. I've only committed > > project > > helper files, no actual code yet. > > > > -- > > Don Seiler > > [EMAIL PROTECTED] > > > > Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFC87F041 > > Fingerprint: 0B56 50D5 E91E 4D4C 83B7 207C 76AC 5DA2 FC87 F041 > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
