A bot developer has a csv file which contains five columns separated by commas. they create a bot to extract data from the first column of the csv using the open and read actions of the csv/txt package. however, the bot extracts five items in a row, not the first index item. why is this occurring