Read CSV file - process running forever

Along the strategies to split the files in samller chinks, give try on readin the csv differently:

Read in the text:
File.ReadAllLines(CSVFilePath).ToList() / File. ReadAllText…
Feed it to a generate datatable activity and parse it as CSV

Reference:

Just give try especially on first part and check how much time the file read does need