On a table of an element in Cube I exported all rows to a csv.
However I'm wondering, when using the Protocol Debug tool if there's a way already to import these csv's into the debug protocol ?
I do know the Copy Element Data scripts exists, but I'm only interested in a subset of tables, not the entire element.
Hi Tim,
I believe the current set of features of the Protocol Debug tool is more intended for manipulating the protocol XML and creating a debug version of it where you can then perform some actions, so I do not believe it is currently capable of achieving what you are after.
I believe the best option for your use case is to use the Copy Element Data scripts.
It is currently designed to export/import everything but if you manipulate the resulting file of the Export script to only contain the tables you are interested in, you can then use it to import in your new element.
Feel free to make a new feature request here Feature Suggestions so that an enhancement can be evaluated for those tools.