Hi,
I'm attempting to create a self contained script that does not require creating files on the hard drive (and subsequently reading back off the hard drive).
With WebRecorders ExtractTable function, one may only extract to a csv file.
Are there other methods that allow extracting a table structure into a variable, rather than file, allowing the user to then construct their own array from that variable with Separate>?
I'm assuming there is a fairly logical reason why ExtractTable does/can not currently do this, so any other ideas are welcome
Cheers