Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

example of null removal#11

Open
seamusabshere wants to merge 1 commit intomasterfrom
null-example-in-readme
Open

example of null removal#11
seamusabshere wants to merge 1 commit intomasterfrom
null-example-in-readme

Conversation

@seamusabshere
Copy link
Copy Markdown
Member

No description provided.

Comment thread README.md
Here's how to remove [all nulls as defined by BigML](https://bigml.com/api/sources):

```
scrubcsv --null \\s\*\(N/A\|n/a\|NULL\|null\|\\-\|\\\#DIV/0\|\\\#REF\!\|\\\#NAME\\\?\|NIL\|nil\|NA\|na\|\\\#VALUE\!\|\\\#NULL\!\|NaN\|\\\#N/A\|\\\#NUM\!\|\\\?\)\\s\* foobar.csv
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice addition to the README, but would that example be nicer if it relied on 'single quoting' in the shell instead of backslashes?

@emk emk added the faraday Requested by Faraday label Jan 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

faraday Requested by Faraday

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants