Hi I got about a 1000 lines of data, what I need to do is using regular expression mode on visual code to find "),(" and replace with a new line after the comment. Is this possible, below is an example of what im trying to achieve.
(test, null, null, 1),(test1, null, null, 2)
into
(test, null, null, 1),
(test1, null, null, 2)
),(without issue