This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a text file and per query I would like it to take multiple lines till line is empty. Idealy, in code, I could do a for loop and pass each line into a list or an array.

I will have to figure out how to separate each line into an output.
I've also been having a hard time getting the query to go to next query or stop when an empty line is detected. So I use a route with empty output, which doesn't really work with the rest of the workflow.

I'm trying to manipulate text files to separate different lines into variables for file naming.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions