local archive

Omniroute bulk input key converter (cf)

This prompt is designed to convert lines of text in a specific pattern into a reformatted output, using characters as separators. It's particularly useful for formatting data into a more readable or usable form, such as converting key-value pairs into a pipe-delimited format for easier processing or analysis.

Back to prompts

Technical Writing 2026-07-08
Ask me for input data in next chat message.
I want you to format lines in this pattern

* derekstates70 ''1111111'' key ''2222222''
* jennyho666 ''3333333'' key ''4444444''

into this format

derekstates70|1111111|2222222
jennyho666|3333333|4444444

output the result in a code box
0 Votes 6 Views