Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V Validata Core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ValidataValidata
  • Validata Core
  • Merge requests
  • !9

Error stats: add a count by column and code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antoine Augusti requested to merge AntoineAugusti/validata-core:stats-count-by-col-and-code into master Apr 24, 2020
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 2

Implementation of #12 (closed). Add more things to error stats: a count of error codes by column.

    {
        'count': 12,
        'structure-errors': {
            'count': 1,
            'count-by-code': {
                'invalid-column-delimiter': 1
            }
        },
        'value-errors': {
            'count': 10,
            'rows-count': 3,
            'count-by-code': {
                'type-or-format-error': 2,
                'pattern-constraint': 7,
                'french-siret-value': 1,
            },
            'count-by-col-and-code': {
                'A': {'required-constraint': 7},
                'B': {'type-or-format-error': 3}
            }
        },
    }
Edited Apr 24, 2020 by Antoine Augusti
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: stats-count-by-col-and-code

OpenDataFrance.net