Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bcw11
  • parabix-devel
  • Wiki
  • Home

Last edited by hperera Oct 13, 2021
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Home

Rho Parabix Repository

Working on csv2json Enhancement.

Contents

  • User Stories
  • TDD Examples
  • Executable Test Cases

User Stories

  1. As a data engineer I want to be able to specify which delimiters to use when coding, so that I can save data in different formats

  2. As a CS student I have no time to study or do work so I need this program to help me finish my assignments quicker.

  3. As a data engineer I want to make regex requirements for the inputs, so that I don’t have to waste precious time hunting down typos.

  4. As a data engineer I deal with a lot of different types of data types, like integers, floats and booleans. It would be very convenient if the input data was automatically formatted to their respective data types in the json file.

TDD Examples

Scenario 1

Scenario 2

Scenario 3

Scenario 4

Scenario 5

Scenario 6

Executable Test Cases

Scenario 1

Scenario 2

Scenario 3

Scenario 4

Scenario 5

Scenario 6

Clone repository
  • Home