GitHub user bamaer added a comment to the discussion: Read a file line by line
The Text File Input transform reads and outputs fields from text files line by line by default. If you want to read entire lines instead of separate fields, just set a separator of `#@#@#` or some other nonsense pattern that will never occur in the file, and (manually) specify a single String field (e.g `line`) in the fields tab. GitHub link: https://github.com/apache/hop/discussions/4705#discussioncomment-11563954 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
