Hi!
I'm doing a readFile of a CSV and that works ok. However, when I apply a response map to it, to read some of its columns, I get this error:
Problems occurred when invoking code from plug-in: "com.fnfr.svt.editors.testcase". Java heap space
I think I can't do anthything on iTest to sort it because I already modified the configuration file, iTest.ini, to have the maximum memory so I ws wondering what's the best way/algorithm to maybe split this CSV and analyze its columns?
Thank you!
Answer by Malcom Terry · Oct 02, 2018 at 05:24 PM
How big is your CSV file? Number of rows and columns? It might be better to iterate through each row of the readFile response via foreach loop in Tcl or for loop in Python.
Answer by George_Popovici · Oct 03, 2018 at 06:17 AM
Hi,
It could be useful to see the CSV file you're trying to map and also the data you would like to extract from it.
Response map filtering options could be a solution on having only the output of interest mapped instead of all output.
Thanks,
George
Copyright 2008- Spirent Communications, all rights reserved. Terms and Conditions.