I am being given a .csv file that has 18 columns of useless data, then 10 columns of useful data and then another column of useless data. Is there anyway to just grab the 10 columns of useful data and just skip over the rest? I just want to start of reading the file at column 19 and finish at column 29.
Share
You have to use
filler:Here you can find more information.