Skip to content

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

Writing0saves0 views

About

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.

Prompt

Full instructions — copy and paste into your model

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