hello

I am importing the attached txt file. The code I used is:

Code:
import delimited test.txt,  encoding(UTF-8)   clear
The problem is the empty rows between the two rows of data are dropped. Is there any way to keep the empty rows when importing?

Thanks