Hello,
I have several events in the _raw field that add a unique identification number. I would like to replace these with something standard to aggregate counts on.
Example Data:
fi/transaction/card/purchase/tx_2994882028948/refund
fi/transaction/card/purchase/tx_3920496893002/void
fi/transaction/card/purchase/tx_2930540482198/refund
I'd like these all to read:
fi/transaction/card/purchase/trans/refund
fi/transaction/card/purchase/trans/void
fi/transaction/card/purchase/trans/refund
So replace the unique identifier, but maintain the verbiage at the end.
I've tried a few of the other methods noted in other threads, but to no avail. Some don't work at all, some run, but don't replace the values.
Thanks!!
... View more