help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to read and print text cell by cell in csv file ?


From: PhilipNienhuis
Subject: Re: How to read and print text cell by cell in csv file ?
Date: Mon, 20 May 2019 12:58:43 -0500 (CDT)

TANDY wrote
> firstly See my csv file (test.csv)
> 
> test1.csv
> <http://octave.1599824.n4.nabble.com/file/t373356/test1.csv>  
> 
> Now see code i am using,
> 
> 
> 
> 
> OUTPUT I GET
> 
> 
> Every thing is ok expect Name =0
> Name (column 2) have data (S1-101) which is not read by my program because
> csvread only read numeric.
> i tried /textscan/, /importdata/, /textread/ they all print full sheet
> data,
> but i want result of one by one cell.
> Thank you.
> /fileread/ also work but it print whole table like
> 
> i want output like this
> 
> 
> 
> 
> 
> --
> Sent from:
> http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html

Maybe try csv2cell (in io package).

Philip



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]