Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    What do you mean by "managing?" What specific problem are you trying to solve? Commented Mar 16, 2016 at 15:18
  • 1
    Storing for later retrieval. Sharing with Stakeholders, Keeping History. (Similar to managing source code I suppose) Commented Mar 16, 2016 at 15:20
  • 1
    Is this .csv file a table of pass/fail statistics, or is it a table of data produced by your product that you want to verify gets generated correctly each time? Commented Mar 16, 2016 at 15:28
  • The csv file is the data produced by the product, and the data produced by a legacy product, and the comparison between the two I.E: New , Old , Diff 5.5, 5.4, 0.1 1,1,0 2,0,2 0,0,0 Commented Mar 16, 2016 at 16:22