Hi, I want to automate building simple load cases in Abaqus with a Python script by reading in load data from a .csv file. However it appears that the open() function returns the contents of a file as a string, so it is not recognizing the file as a list of real numbers (floats). Am thinking there must be a simple answer!
