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

AWS S3 source support for configuring CSV format delimiter during profiling #10367

Open
esselius opened this issue Apr 24, 2024 · 1 comment
Open
Labels
bug Bug report stale

Comments

@esselius
Copy link

I'm trying to ingest metadata from CSV-files using ; as delimiter, but the source is hard coded to use ,

elif ext.endswith(".csv"):
# see https://sparkbyexamples.com/pyspark/pyspark-read-csv-file-into-dataframe
df = self.spark.read.csv(
file,
header="True",
inferSchema="True",
sep=",",
ignoreLeadingWhiteSpace=True,
ignoreTrailingWhiteSpace=True,
)

@esselius esselius added the bug Bug report label Apr 24, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io

@github-actions github-actions bot added the stale label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report stale
Projects
None yet
Development

No branches or pull requests

1 participant