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

add into cli #69

Merged
merged 3 commits into from
Feb 9, 2015
Merged

add into cli #69

merged 3 commits into from
Feb 9, 2015

Conversation

mrocklin
Copy link
Member

@mrocklin mrocklin commented Feb 5, 2015

$ head foo.csv
name,balance
Alice,100
Bob,200

$ into foo.csv foo.json

$ head foo.json
{"balance": 100, "name": "Alice"}
{"balance": 200, "name": "Bob"}

$ into foo.csv mongodb://localhost/db::foo
$ into foo.csv postgresql://postgres:postgres@localhost::foo --has-header True

@mrocklin
Copy link
Member Author

mrocklin commented Feb 8, 2015

I'll probably rename pandat to just into

@mrocklin mrocklin changed the title add pandat script add into cli Feb 9, 2015
@quasiben
Copy link
Contributor

quasiben commented Feb 9, 2015

LGTM!

@mrocklin mrocklin mentioned this pull request Feb 9, 2015
5 tasks
@mrocklin
Copy link
Member Author

mrocklin commented Feb 9, 2015

See also future work at #79

@mrocklin
Copy link
Member Author

mrocklin commented Feb 9, 2015

@quasiben should parse strip quotes from arguments?

@mrocklin
Copy link
Member Author

mrocklin commented Feb 9, 2015

Merging this. We can iterate in the future.

mrocklin added a commit that referenced this pull request Feb 9, 2015
@mrocklin mrocklin merged commit 798d624 into blaze:master Feb 9, 2015
@mrocklin mrocklin deleted the pandat branch February 9, 2015 20:13
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 this pull request may close these issues.

2 participants