Hi all, Just thought I'd share. I needed to do a Q&D convert from JTL format 2.0 to JTL format 2.2 and I used the following command in Linux (all one line and replace --In File-- with your filename):
sed -e "s/timeStamp/ts/g" -e "s/threadName/tn/g" -e "s/label/lb/g" -e "s/dataType/dt/g" -e "s/time/t/g" -e "s/success/s/g" -e "s/responseMessage/rm/g" -e "s/responseCode/rc/g" -e "s/></>\n</g" --In File-- Cheers Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

