Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
dotstatsuite-core-transfer
dotstatsuite-core-transfer
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 58
    • Issues 58
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SIS-CC
  • Stat Suite
  • dotstatsuite-core-transferdotstatsuite-core-transfer
  • Issues
  • #47

Closed
Open
Created Nov 04, 2019 by Anastassia Samsonova@anastassiaMaintainer

Wrong row id in the data transfer error log

The data transfer service log details return the miss-leading row number that differs from the correct row number by 1, e.g. "Dublicate coordinate [NONHZ:TONNE:AE:A:_T:_Z:DSPNH-DISP-DUMP:_Z:2016], at row [500]" would mean that the issue in the data file would be on row 501 in case of CSV data upload, as the first line is for the file header.

In order to solve this issue generically for all data message type, the error message:

"error xyz, at row [xx]"

should be reformulated to:

"error xyz, at observation [xx] (for CSV file imports located at row [xx+1])",

E.g.:

  • This one: Dublicate coordinate [AU:_Z:TOUR_TRIPS:D:OVERNIGHT:_T:AGG_TOURISM:NUMBER:2015], at row [75]
    becomes: Dublicate coordinate [AU:_Z:TOUR_TRIPS:D:OVERNIGHT:_T:AGG_TOURISM:NUMBER:2015], at observation [75] (for CSV file imports located at row [76])
  • This one: Observation value format error [yyyy], at row [16]
    becomes: Observation value format error [yyyy], at observation [16] (for CSV file imports located at row [17])
Edited Mar 30, 2020 by Jens Dossé
Assignee
Assign to
dotstatsuiteNET@3.5.0
Milestone
dotstatsuiteNET@3.5.0
Assign milestone
Time tracking
None
Due date
None