Menu

#276 Add function "findcolumn()"

v1.1.x
closed
None
v1.1.1
New Functionality
2018-03-01
2018-01-24
Erik Hänel
No

Add a function {x,y,z,...} = findcolumn(TAB(), "header"), which will return the indices of the columns with matching table headers.

Analysis:
This function can be implemented based upon the is_data() or getindices() functions of the string parser.

Implementation:
The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
The new function was added to the syntax elements list, to the language files and to the search database.

Tests:
The functionality was added to the automatic tests. No deviations detected. Functionality implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-01-24
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-01-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     Add a function `{x,y,z,...} = findcolumn(TAB(), "header")`,  which will return the indices of the columns with matching table headers.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-01-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     Add a function `{x,y,z,...} = findcolumn(TAB(), "header")`,  which will return the indices of the columns with matching table headers.
    
     **Analysis:**
    +This function can be implemented based upon the `is_data()` or `getindices()` functions of the string parser.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-01-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     This function can be implemented based upon the `is_data()` or `getindices()` functions of the string parser.
    
     **Implementation:**
    +The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The new function was added to the syntax elements list, to the language files and to the search database.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-03-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The new function was added to the syntax elements list, to the language files and to the search database.
    
     **Tests:**
    +The functionality was added to the automatic tests. No deviations detected. Functionality implemented successfully.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB