Delimited text, is a set of text data separated with delmiiter. For example:
1,2,3,4
a,b,c,d
w,x,y,z
The above example text is called delimited text. The text has delimiter ",", 4 columns and 3 rows.
If you wanted to extract the column 3 and 4 without using Microsoft Excel, you can just simply copy the delimited text and paste it in the "Delimited text" and input "," and "3,4" into "Delimiter" and "Column number to be extract" respectively (of course input without quotation symbol ").
The output extracted column is:
3,4
c,d
y,z