Reputation: 163
How can I compare two CSV files and retrieve all the differences with jmeter?
For example, if i have 2 csv files like that:
a b c
a f b d c
I want to catch the differences between the 2 files.
Here i want: f
and d
.
How can i do that with Jmeter?
Upvotes: 0
Views: 735
Reputation: 34566
JMeter is not the right tool to do diff. You should do this before the test and create a CSV for that.
Upvotes: 0