Hi ping!

On Di, 12 Jun 2012, ping wrote:

> today I look at the csv plugin again, and I got the issue right
> after I log a csv file:
> 
> //say this is my file content:
> ,,,
> "NH Walk for MAC validation  for Customer's with dhcp binded but not
> pingable",,,
> ,,,
> "Commands","Where to Execute","Expected Output","Actual Output
> collected for a affected subscriber"
> "show ip route <IP of the affected subscriber> detail","CLI","it
> will display the information about particular interface. From this
> we can fetch the interface index.  See comments for
> example.(IntfIndex 0x1F)",
> "showInterfaceInfo <0x1F>","Line card shell","From this command we
> can fetch the interface channel value. See comments for
> example(channel  = 0x00000408).",
> "ipAlShowIf <0x00000408>","Line card shell","From this command we
> can fetch FC & IC address of codebranches which are all called &
> created for that particular channel.(SRAM 0xc0207d18 - codebranch
> pointer for Demux Tree(For mac validation))",
> "luKtreeDump <0xc0207d18>","Line card shell","From this command we
> can fetch the descriptor pointer for the particular Ktree node.",
> "luCallTableDescWalk <0,0x8020e898,4,1>","Line card shell","From
> this command we can get the SRAM address of the MAC entry stored.",
> "luDumpSram <0,0xc0207e70,20>","Line card shell","From this command
> we can fetch the MAC address which is stored in the FC address.",
> "show ip mac-validate int <gig 2/0/3.10>","CLI","This command will
> display the MAC address which is stored in the application side.
> This is used to check and make sure whether the same MAC address
> present in FC address too.",
> 
> 
> 
> //after loading it looks like this:
> 
> 
> it's kind of messed up. or most probably I missed sth?

I really barely understand, what you are trying to say. If your file 
contains \n within a cell, then this is probably the problem, why it 
looks bad. But please attach some sample data or upload it somewhere, or 
else I don't know what you mean. A screenshot also helps.

regards,
Christian 
-- 
Das Gehirn ist ein wundervolles Organ. Es fängt sofort an zu arbeiten,
wenn man morgens aufwacht, und hört nicht auf damit, bis man im Büro
ist.
                -- Robert Lee Frost

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to