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.

A wrong CSV that passes validation

See original GitHub issue

Overview

Hi, if I run validate on this bad “CSV”, I have no error.

But it has an error on line 35, a " to remove.

This CSV has 21.692 rows and one header row, but if you validate it, you have back "rows": 21624.

If you remove the " you have on line 35, and validate it, you have the right result: "rows": 21692.

Moreover in line 36 I have 10 field separator and not 9.

I’m using frictionless-4.29.0

Thank you

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
shashigharticommented, May 17, 2022

Thanks! Sorry I forgot to inform that we are still working on exposing this check through CLI. We will inform you once it is added.

1reaction
aborrusocommented, May 17, 2022

Please let us know your thoughts on it!. Thanks again!

I think that this is a great project 😃

I have installed v4.38.0, and when I run validate I have no error. Is it normal?

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSV Import Failed Validation - My Oracle Support
When importing a CSV file into a Business Process (BP), the data is not passing validation and does not get imported into Unifier....
Read more >
PST Import - CSV Validation Error - Microsoft Community
I have created a powershell script to create my csv mapping files and this has been working for months. I have even tried...
Read more >
Laravel 5 validate csv file error on valid file type - Stack Overflow
The validator fails on giving a valid csv file with message The file must be a file of type: csv. The validator passes...
Read more >
CSV File Validation is not working in FormRequest Extended ...
I want to validate , CSV File . So i added this rule to my custom FormRequest class. I uploaded valid .CSV file,...
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 >

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