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
Hello Ventuzians!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me
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!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me

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
Moderator: Support
Re: CSV File
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
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