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

sqlite2csv #1467

Closed

Conversation

ashishpriyadarshiCIC
Copy link
Contributor

No description provided.

@henrykironde
Copy link
Contributor

Why do we have many commits?

@@ -131,6 +134,17 @@ def json2csv(input_file, output_file=None, header_values=None, encoding=ENCODING
subprocess.call(['rm', '-r', input_file])
return output_file

def sqlite2csv(database):
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do @apoorvaeternity 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@apoorvaeternity Should I check my changes if following PEP8 using pycodestyle?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@apoorvaeternity Sorry, Didn't know pycodestyle was the replacement for PEP8 in future Python releases. Made the changes in the code according to PEP8.

@ashishpriyadarshiCIC ashishpriyadarshiCIC changed the title Function for conversion of Sqlite database to csv files sqlite2csv Jun 15, 2020
@henrykironde
Copy link
Contributor

Ref: #1505

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.

None yet

3 participants