Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce friendlier error from csv_reader on missing column #110

Closed
caufieldjh opened this issue Aug 3, 2023 · 1 comment · Fixed by #109
Closed

Produce friendlier error from csv_reader on missing column #110

caufieldjh opened this issue Aug 3, 2023 · 1 comment · Fixed by #109
Assignees

Comments

@caufieldjh
Copy link
Member

If a transform's input contains a column not specified in the config, it raises an error through csv_reader:

2023-08-03_14:30:57 | WARNING  | koza.io.reader.csv_reader | 'meta'

Example: Knowledge-Graph-Hub/kg-phenio#110

This error doesn't state what the issue is but that would be nice to know.
It also seems to appear once for every row in the input (i.e., many times).

@caufieldjh caufieldjh changed the title Produce friendlier error from csv_reader Produce friendlier error from csv_reader on missing column Aug 3, 2023
@glass-ships glass-ships self-assigned this Sep 1, 2023
@glass-ships
Copy link
Collaborator

hey, sorry this got shoved to the wayside in lieu of focusing on the UI release
i think i got this taken care of in #109
would you be willing to checkout develop and see if i got the right spot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants