Advanced copy - using delimeter in one column only

Hi there!
First let me say that this tool is awesome and I bow my fedora to Serge for such a great work he is doing for us! I only have a feq feature requests to completely ditch Aqt
I'll start with a simple one as I think this is not too hard to implement.
Scenario:
I try to use advanced copy for n-numbers of rows in ONE column only. I choose comma as delimeter. But when I paste data it doesn't use delimeter at all.
Example, I copy following rows with comma as delimeter

And result is this:
1260492
1261100
1269366
1285596
1285602
BUT expected result would be this:
1260492,1261100,1269366,1285596,1285602
Current workaround is to use regexp in other text editor but it takes a few more seconds to achieve results.
Maybe a feature would be another tick option in advanced copy menu like: []ommit new lines. Meaning it would replace new line with chosen delimeter in this case with comma.
Thank you again for even considering this.
First let me say that this tool is awesome and I bow my fedora to Serge for such a great work he is doing for us! I only have a feq feature requests to completely ditch Aqt

I'll start with a simple one as I think this is not too hard to implement.
Scenario:
I try to use advanced copy for n-numbers of rows in ONE column only. I choose comma as delimeter. But when I paste data it doesn't use delimeter at all.
Example, I copy following rows with comma as delimeter


And result is this:
1260492
1261100
1269366
1285596
1285602
BUT expected result would be this:
1260492,1261100,1269366,1285596,1285602
Current workaround is to use regexp in other text editor but it takes a few more seconds to achieve results.
Maybe a feature would be another tick option in advanced copy menu like: []ommit new lines. Meaning it would replace new line with chosen delimeter in this case with comma.
Thank you again for even considering this.