CSV files

Post Reply
miguelqj
Posts: 4
Joined: Wed Oct 24, 2012 6:12 pm
Contact:

CSV files

Post by miguelqj » Sun Jan 19, 2014 11:40 am

Hi Happy new year.
I wonder if there is any way to import CSV files in RealFlow 2013.
thanks

User avatar
tsn
Posts: 283
Joined: Fri Jun 11, 2010 7:22 am

Re: CSV files

Post by tsn » Mon Jan 20, 2014 9:08 am

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.
Thomas Schlick | Next Limit Technologies

miguelqj
Posts: 4
Joined: Wed Oct 24, 2012 6:12 pm
Contact:

Re: CSV files

Post by miguelqj » Tue Jan 21, 2014 8:48 am

Thanks.

Post Reply