[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to read and print text cell by cell in csv file ?
From: |
TANDY |
Subject: |
How to read and print text cell by cell in csv file ? |
Date: |
Mon, 20 May 2019 02:39:56 -0500 (CDT) |
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
- How to read and print text cell by cell in csv file ?,
TANDY <=