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.

validation: use of path and basepath

See original GitHub issue

Hi, I would like to validate a CSV using the way suggested from @roll here , simply running:

frictionless validate ../myrelativepath/myfile.yml --path ./mydatarelativepath/myfile.csv

I’m using 4.40.8 version and I have the below not found error.

If I use --basepath

frictionless validate ./risorse/province.yml --basepath ./rawdata --path provincia_di_padova.csv

I have no error.

Can’t I just use --path? Do I always have to use the pair --path and --basepath?

Than you

Not found error

image

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
aborrusocommented, Oct 27, 2022

Ok, it works in 5.

Thank you

1reaction
aborrusocommented, Oct 26, 2022

hi @shashigharti I’m using validate not etract, and in validate help I do no have --trusted.

I’ll do your test anyway

Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

URL BasePath validation Best Practices.
Hi, Scenario: To validate the required incoming url (ie part of incoming url /string information of BasePath information to be "XXX" or.
Read more >
What is the safest way to check that a file resides within a base ...
What is the safest and most secure way in Go to validate on any platform that a given file path lies within a...
Read more >
BasePath is never used in validator - Bitbucket
If I validate the following it will fail validate(swagger.json, /base/testGet) while if i do not include the base path, it will succeed on ......
Read more >
Path Manipulation: Base Path Overwriting - Fortify Taxonomy
Input validation and representation problems ares caused by metacharacters, alternate encodings and numeric representations. Security problems result from ...
Read more >
Problem with Swagger UI - Validator - Hosts path/schema
Hi, This wonderful product works perfectly on localhost. When I move onto our Linux server my json definition file compiles fine but an...
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