DevToys-app / DevToysMac

DevToys For mac
MIT License
9.2k stars 354 forks source link

[feature] Convert newline separated list to quoted, comma separated #52

Open sduck opened 2 years ago

sduck commented 2 years ago

Not rarely I have a list of values per line that I need to use in an SQL IN clause - sometimes as quoted values. Would be nice to have a quick tool for doing that.

E.g.

Input:

value1
value2
value3
...
valueN

Result

'value1', 'value2', 'value3', ..., 'valueN'

Making an option whether to quote or not and wether to keep the linebreaks would be great

veler commented 3 weeks ago

Hi,

DevToysMac is now archived and deprecated. We just released DevToys 2.0 for Windows, Mac and Linux. This issue may or may have not been addressed in the new version. If the issue persist, we encourage to open a new issue on https://github.com/DevToys-app/DevToys or https://github.com/DevToys-app/DevToys.Tools

See more information about DevToys 2.0 here: https://devtoys.app/blog/announcing-devtoys-2.0-preview