I'm trying to find better ways to import data. My data set is a CSV that contains a parameters at the end of the file. For example in this two part list I want to find the position at which the word "file" appears since the date will change depending on the day:
list={824.719, file info:Date: March 01};
Is there a way to do this?