-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No option to specify a custom nullMarker while using table.upload_from_file method #3449
Comments
@HassanJaveed84 Thanks for the report. If you would care to prepare a pull request patching the |
@tseaver I'll go ahead and create a PR, thanks! |
@tseaver I tried following the instructions for local development on: However, I'm unable to run the tests using the given instructions. Not sure about py.test ? |
@HassanJaveed84 sorry Instead, install
then run
|
Thanks @dhermes. |
We have source data where Null values are represented by \N.
However, we're unable to use table.upload_from_file method as there is no parameter to specify a custom null marker(configuration.load.nullMarker).
The text was updated successfully, but these errors were encountered: