flaviooooo
Programmer
Hey,
I have a massive txt-file (62 MB, over 1 million rows) that contains a 10-digit code.
Now I need to filter out the codes on row 6,14,22,30,38,... (every 8th row, starting from row 6)
I don't think this is possible in textfile, so I'm pumping the data to Excel (in different sheets)
Now I'm wondering how I should proceed next? Is there a way to filter out by rownumbers ? Or is there a better/easier way to do this operation?
Thanks in advance for your help!
I have a massive txt-file (62 MB, over 1 million rows) that contains a 10-digit code.
Now I need to filter out the codes on row 6,14,22,30,38,... (every 8th row, starting from row 6)
I don't think this is possible in textfile, so I'm pumping the data to Excel (in different sheets)
Now I'm wondering how I should proceed next? Is there a way to filter out by rownumbers ? Or is there a better/easier way to do this operation?
Thanks in advance for your help!