-
Notifications
You must be signed in to change notification settings - Fork 229
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 delimiter option for reading CSV files for Feathr #241
Comments
@xiaoyongzhu |
Definitely! I'll provide more details on how I envision the implementation. |
What I'm imagining is:
Let me know if you have any questions, and feel free to reach out to me if you have any questions (via Slack etc.) |
@xiaoyongzhu |
Sounds good! Let me know if you have any questions! |
@xiaoyongzhu
|
spark.feathr.inputFormat.csvOptions.sep it's passed as spark options (if you read how |
Currently when reading for CSV files, the options are very limited. Would be good to add a few options to read csv files, for example delimiter options.
Currently CSV doesn't have good delimiter option support and Feathr should support that use case to allow a bit customization (currently it's only supporting default value which is
,
.The text was updated successfully, but these errors were encountered: