Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Minimum requirements for a successful import #43

@johnjohndoe

Description

@johnjohndoe

I did several attempts to import data from a CSV file. I studied the source code of the importer to follow the various checks. Finally, I have to admit that it is very hard to guess as a random user what are the minimum requirements to successfully import data. I ask myself question such as:

  • Can there be empty cells in a data row?
  • Can there be 0 values in cells within a data row?
  • Can there be data rows from multiple sensors in one CSV file?
  • Why is a data row skipped on a second try if has not been imported successfully before?

Please clearly write down the minimum requirements for the input data. I appreciate the demo data you provide - please provide another example with regards to my questions.

/cc @nuest

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions