question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

validate: wrong stats output applying cli to a bad CSV

See original GitHub issue

Overview

Trying to validate this this bad CSV file I have in the stats this:

"stats": {
          "hash": "",
          "bytes": 0,
          "fields": 247,
          "rows": 0
        }

It’s not 0 bytes and it has more than 0 rows and fields.

I have used this command (4.19.5) frictionless validate --buffer-size 250000 --sample-size 750 _10012018141849.csv --json.

Thank you


Please preserve this line to notify @roll (lead of this repository)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rollcommented, Oct 18, 2021

Thanks! I’ll investigate

0reactions
aborrusocommented, Aug 8, 2022

Thanks @aborruso – I’ve created an issue for it

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

A CSV that should return no errors · Issue #803 · frictionlessdata ...
Overview Hi, I have a bad CSV. But it seems to me it does not have any RFC 4180 error. It's a CR/LF...
Read more >
The Data Validation Cookbook
1 Introduction to validate. Data Validation is an activity verifying whether or not a combination of values is a member of a set...
Read more >
Validating Data - Frictionless Framework
Tabular data validation is a process of identifying problems that have occured in your data so you can correct them.
Read more >
How To Do CSV File Validation And Schema Generation
The first step is to post the file(s) to the API. If the file was accepted, the API will return a polling endpoint...
Read more >
Python Practice Problems: Parsing CSV Files
You'll work through the problems yourself and then compare your results with ... a filename on the command line and processes the contents...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found