03-30-2007 06:25 AM
03-30-2007 06:39 AM
03-30-2007 06:44 AM
It depends how you read the CSV file... But the data needs to be a 2-D array to set the table. You can wire the 2-D array (from the file read) right into the table or use a property node and write to the value property. Read text file and spreadsheet string to array should put your csv in the proper format.
Tom