You are not logged in.
Pages: 1
Hi Денис,
I noticed an issue regarding Analyze dialog where non-printable line feed character is causing exception when found as last character. Steps are:
1. Copy last few characters from JMeter console logs including "space" at the end (but do not copy next line characters)
2. Open Analyze window
3. Paste copied text
Exception is shown like on image below.
I tried to paste problematic character in Notepad but produces the same output like here and other web character analyzers --> "normal" line feed:
testCR 13(0x0d)LF 10(0x0a)
It might be possible that copied value is interpreted as CR 13(0x0d) part instead of CR 13(0x0d)LF 10(0x0a), where ReNamer cannot process it.
In order to copy the line feed, Jmeter can be downloaded from here (Binaries - zip file).
Reproduced on Windows 10, ReNamer 7.9.
Offline
Pages: 1