You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For both the batch and GUI I am looking to merge with just a text block containing carriage returns.
I have a text box in the template with the ${1} inside. I want my ${1} to be that whole text with the cr included. There is no merging format that seem to allow me to do that. CSV or other format just take each line as a new record.
Is there a work around for this?
The text was updated successfully, but these errors were encountered:
I just found if my input file contain explicit \n instead of carriage return then I get what I want.
Problem. I wanted to be able to do just a copy/paste. Now I'd have to copy/paste plus replace the cr with \n. Still not ideal. Still open for a better solution.
For both the batch and GUI I am looking to merge with just a text block containing carriage returns.
I have a text box in the template with the ${1} inside. I want my ${1} to be that whole text with the cr included. There is no merging format that seem to allow me to do that. CSV or other format just take each line as a new record.
Is there a work around for this?
The text was updated successfully, but these errors were encountered: