the cell splitter node has a limitation compared to the Regex Extractor from Selenium nodes which requires additional column name treatment due to the split suffix being appended.
I’d like tot suggest to add support for named groups like so:
^(?<Column Name 1>my string)(?<Column Name 2>another string)$