Read in a text file and preserve blank lines

Hello,

i have a text file that looks something like this

 

 


Something1

 

Something2

Something3

 

 


Something4

 

(The actual file is attached.)

When I read this into either the CSV Reader or File Reader, I see

Something1

Something2

Something3

Something4

I tried all the options I could find, including checking 'allow short lines' but still got output without the blank lines.

Is there a way to preserve blanks?

Thanks,

Hello ChemMitch,

Try the Line Reader.

Best,
Ferry

Thanks, Ferry! That's perfect.