Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

CSV File

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
cdorai

CSV File

Post by cdorai » 12 Nov 2012, 17:59

Hello,

Is it possible to read data from a CSV file on Ventuz?
I know it is possible to read data in a table XLS.

can you help me?

thank you
cordially

joysprod
Posts: 201
Joined: 20 Jan 2012, 12:24
Location: United Kingdom

Re: CSV File

Post by joysprod » 12 Nov 2012, 20:48

A CSV file consists of any number of records, separated by line breaks of some kind; each record consists of fields, separated by some other character or string, most commonly a literal comma or tab. Usually, all records have an identical sequence of fields.

My solution would be to read into an XL spreadsheet and use the various Excel nodes in Ventuz to get to your data using the following..

Excel Workbook: This node provides access to the Microsoft Excel files.
Excel Cell (Row,Column): This node reads Excel cell data specified by a row and column index.
Excel Cell (Name): This node reads Excel cell data specified by the cell name.
Excel Range Array: This node reads a range of cells containing numbers and provides them as a float array.
Excel Custom Range: This node reads a range of cells and fills a user defined data structure.

Regards

Peter

Post Reply