Hi. I have the following problem and i haven't been able to find a way to do it yet.
I need to create a script that would read from two CSV files. One file has a list of codes (among other things) and in the other file i have a line for each code, and a list of values in that line. (It's like two tables in a database with a foreign key). I want to read the first CSV file in a normal way, and for each code, to pass through all the lines in the second CSV file and when i reach the line with a code that is equal to the code from the first file, to load the values in that line into variables. I can't seem to do it, Jmeter always reads the same line number from both CSV, i can't make it read a different line number when it's a different CSV file (an ideal way would be to put one CSV Data Set Config object as a child of the other one). Is it possible to do what i want? If so, how? Thanks. -- View this message in context: http://www.nabble.com/How-do-i-point-to-a-CSV-file-value-from-another-CSV-file.-tp21326551p21326551.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

