-
Notifications
You must be signed in to change notification settings - Fork 193
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
call function in etl.convert is not working #484
Labels
Can't Reproduce
Needs more information to reproduce or locate the problem
Comments
Hi @BouchaaraAdil, you could try:
This will cause petl to propagate an except if one is raised by the conversion function. |
The
|
11 tasks
Reopening: not related to #484 |
juarezr
added
the
Can't Reproduce
Needs more information to reproduce or locate the problem
label
Sep 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal, reproducible code sample, a copy-pastable example if possible
Problem description
I'm working on data migration from MySQL to Postgres and wanted to convert NULL fields for rows
I coded a separated function that I need to call in etl.convert,
Version and installation information
petl==1.3.0
Python 3.7.4
linux
The text was updated successfully, but these errors were encountered: