Hi forum
I would really like some assistance.
I would like to read a csv file that contains, a list a videos, each video contains a headline and transcript, the headline is separated by a pipe “|” as a delimiter from the transcript, and the transcript has paragraphs. Each transcript is delimited by a semi-colon “;”
How would I loop through the files to store the headline in one variable and the transcript in another and go through all the videos incrementally?
I so appreciate your help.