-
Notifications
You must be signed in to change notification settings - Fork 92
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
391 csv import #392
base: main
Are you sure you want to change the base?
391 csv import #392
Conversation
@simonharrer pandas+clevercsv as new dependencies. Should we introduce a new "csv" extra? |
Yes, we should add an extra for that. |
@@ -36,7 +36,9 @@ dependencies = [ | |||
"opentelemetry-exporter-otlp-proto-http~=1.16", # move to extra? | |||
"boto3>=1.34.41,<1.34.137", | |||
# "botocore>=1.34.41,<1.34.137", | |||
"jinja_partials >= 0.2.1" | |||
"jinja_partials >= 0.2.1", | |||
"clevercsv >= 0.8.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create an extra csv
for these dependencies.
@jverhoeks Can I support you with this? |
I think this feature is a great addition to the CLI tool. How can we get this finished? @jverhoeks still in for it? |
i missed your comment, i'll rebase the code and add the dependencies |
Adding CSV import with auto detection of the csv dialect (seperator,quote) and encoding.