This document discusses how to read and parse CSV files in Visual Basic. It explains that CSV files store data separated by commas that can be read into VB. It then demonstrates using the Split() function to separate the CSV data by commas into an array, and a For loop to write out the contents of the array.