Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to merge a multiline text #71

Open
lechacal opened this issue Sep 27, 2020 · 1 comment
Open

How to merge a multiline text #71

lechacal opened this issue Sep 27, 2020 · 1 comment

Comments

@lechacal
Copy link

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?

@lechacal
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant