Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: beb87d8343b74da948730116252e37103af5982a
Ticket: 83a0b1b11bba28a29cf6be076c3c1943c8d958f5
CSV lib and Struct Matrix packages
User & Date: nikhilesh.saggere 2017-03-30 06:28:38
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    The API to get the number of rows in a CSV file always returns the maximum number of elements in any given row as the size.
    
    Ex:
    Consider the following as the content of the CSV file.
    SYSTEM SIGNAL NUMBER VALUE 
    R1     X      60     13
    R2     Y      61     14     9   8   7
    
    When the get row API is used to gets the content of the row in the current index, the entire content is returned as a list.
    
    Considering the index is in the 2nd row, i.e, at X, the get row API returns list1 as
    R1 X 60 13 followed by 3 spaces ({} {} {})
    
    and when the index is at Y the get row api returns list2 as 
    R2     Y      61     14     9   8   7
    
    However the length of both the lists are now 7.
    The length of the first list (list1) should it not be 4?
    
    Please check.
    
  5. foundin changed to: "TclLib 1.15 and TCL 8.4"
  6. is_private changed to: "0"
  7. login: "nikhilesh.saggere"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "1cff2178a4b6322f8bd277f4bb1acdc652eb53c3"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "nikhilesh.saggere"
  14. subsystem changed to: "struct :: matrix"
  15. title changed to: "CSV lib and Struct Matrix packages"
  16. type changed to: "Bug"