Hi!
I have a text file with entries of the following form:
In the second case, there are 4 blank spaces before there is any text in the line. How do I import only those lines which have no blank spaces in front?
Or: if I import the file as it is, how do I remove all the rows with 4 blanks in front?
I have a text file with entries of the following form:
Code:
TextLine1
TextLine2
In the second case, there are 4 blank spaces before there is any text in the line. How do I import only those lines which have no blank spaces in front?
Or: if I import the file as it is, how do I remove all the rows with 4 blanks in front?