Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

text_processing.mdx 722B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. sidebar_position: 15
  3. slug: /text_processing
  4. ---
  5. # Text processing component
  6. A component that merges or splits texts.
  7. ---
  8. A **Text processing** component merges or splits texts.
  9. ## Configurations
  10. ### Method
  11. - Split: Split the text
  12. - Merge: Merge the text
  13. ### Split_ref
  14. Appears only when you select **Split** as method.
  15. The variable to be split. Type `/` to quickly insert variables.
  16. ### Script
  17. Template for the merge. Appears only when you select **Merge** as method. Type `/` to quickly insert variables.
  18. ### Delimiters
  19. The delimiter(s) used to split or merge the text.
  20. ### Output
  21. The global variable name for the output of the component, which can be referenced by other components in the workflow.