Forum Discussion
Read a list of Node Name and its software name, then find the next Node Name
Hi,
Newbie here....I have a question. What's the best way to read from a txt file that contains a list of Node Name and its Software Name, set it in a column1.....then reads the next Node Name and display in the second column2, etc...
Expected Output:
Node Name: C1 Node Name: C2 Node Name: C3
sw1 swname swname
swname swname swname
etc....
Each Node Name column can have as many as between 20 to 300 sw under them.
Can someone help? The text file is has a single column consists of Node Name follow by software name.
Thanks in advance,
14 Replies
- Rajesh_SinhaSteel ContributorExcel has built in command DATA then Get External data,, allows to import data from Text file also, where every record must be in a Row, and either separated by Space or Comma.
- TB_VNCopper Contributor
I know that feature, but since my dataset is on a one long column without any separated commas, how can I set it into cols and rows per Node Name is the question.
- SergeiBaklanDiamond Contributor
How do we know that the text in one row is node name and in another one is software name? Perhaps you may share small sample file to illustrate.