loading two column data with line break

Dear All,
I am looking for solution to following issue. I have two column data, say total 1000 lines. Unfortunately, after each 10 or 20 lines there is empty line. In order to load the data smoothly into two column I have tried following code. It works and loads only first column. What might be missing to load send column. Any suggestions.

 loadwave/Q/J/A/B=("C=1,W=19,N=col1;   C=1,W=19,N=col2;")

Model data is attached.
Best,
Maniraj
test_0.txt
This seems to work: LoadWave/O/N=LoadedNumericWave /K=1 /M/Q /F={2, 11, 0} S_FileName It assumes your data is fixed width, which seems to be the case.