Hi Happy new year.
I wonder if there is any way to import CSV files in RealFlow 2013.
thanks
CSV files
Re: CSV files
Hi. Happy New Year to you too!!
There's no native, built-in importer for CSV files, but this task can be solved with scripting or RF's Graphs system. You import the CSV file, go through each line, and use the CSV's delimiter as a separator to split the fields into single data, e.g. position or velocity data. These data can then be reassembled to a vector or written to a particular parameter.
There's no native, built-in importer for CSV files, but this task can be solved with scripting or RF's Graphs system. You import the CSV file, go through each line, and use the CSV's delimiter as a separator to split the fields into single data, e.g. position or velocity data. These data can then be reassembled to a vector or written to a particular parameter.
Thomas Schlick | Next Limit Technologies
Re: CSV files
Thanks.