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

391 csv import #392

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

jverhoeks
Copy link
Contributor

  • Tests pass
  • ruff format
  • README.md updated (if relevant)
  •  CHANGELOG.md entry added

Adding CSV import with auto detection of the csv dialect (seperator,quote) and encoding.

@jochenchrist
Copy link
Contributor

@simonharrer pandas+clevercsv as new dependencies. Should we introduce a new "csv" extra?

@simonharrer
Copy link
Contributor

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",
Copy link
Contributor

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.

@stefannegele
Copy link
Contributor

@jverhoeks Can I support you with this?

@simonharrer
Copy link
Contributor

I think this feature is a great addition to the CLI tool. How can we get this finished? @jverhoeks still in for it?

@jverhoeks
Copy link
Contributor Author

i missed your comment, i'll rebase the code and add the dependencies

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.

4 participants