| Assuming it is always 4 lines: Search: ([^\t]*)\n(.*)\n(.*)\n(.*)\n Replace: \1\t\2\t\3\t\4\n The first part captures the total contents of the four lines. (The first pattern [^\t]* says only lines without tabs, just to make sure the wildcard doesn’t try to grab the newly generated line) The second replaces those four lines with a tab separated line -Jim Straus On Oct 29, 2024, at 6:06 AM, Howard <[email protected]> wrote:
This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/bbedit/E1123EF1-11DD-4BD1-A4D7-0777CEE04863%40gmail.com. |
- Converting text into CSV format Howard
- Re: Converting text into CSV format Howard
- Re: Converting text into CSV format bruce linde
- Re: Converting text into CSV format Jan Erik Moström
- Re: Converting text into CSV format Howard
- Re: Converting text into CSV forma... Jim Straus
- Re: Converting text into CSV format Massimo Rainato
- Re: Converting text into CSV format bruce linde
