Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024Hi James,
You can use the following script in a Filter node:
single_line = Data.replace("\n", " ")
emit *,single_line
Assuming 'Data' is the input field containing the multi-line data.
Regards,
Adrian