Move a variable between two project suites
I have two project suites.
One of the project suites has a rather large table variable that I use as a lookup for specific x/y values to be clicked during a test.
I'd like to duplicate the default values for this table in the other suite.
Is there some way to export a table variable's contents, and then import it into another suite?
I did manage to produce a comma delimited text file from my original table, but when I try to fill the empty table with that, it wants to put all the data into the first cell.
I can use the split method in a script to make a temporary table full of the values, but don't know any scripting way of setting the default values in my target table...
I'm beating my head against the wall, here, trying to move this stupid table without re-entering all the data.
Any suggestions?