I have a single data column that I want to filter where every second row contains a variable, but uniform ID-key and every other row contains the name of an event, with the ID-key always being the ID of the event name directly below.
I want to split this column to a new data table so that in the first column I have the ID and in the second column I have the corresponding event name.
I have tried to do this with the filter data table activity by using a regex in the value field to get the ID and filter that to a new data table, but I just can’t get it to work.
Can someone help me out here? There has to be a smart way to do this.