I want to generate a CSV file and add the result of each iteration in the grasshopper environment to a column of CSV file. Therefore, I would have a CSV file as a result in the specified path. In other words, the input of my component would be the file path for CSV generation, the header of each column, and the values of the iteration for each column. The output would be the CSV file.
I would appreciate if anyone helps me to know how to proceed it.
I am running hundreds of iterations for my parametric analysis and each iteration’s result would be added as a row of the CSV-generated file. The final output will be a CSV file with hundreds of rows.