-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace format with FormatOptions in ExternalDataConfiguration
- Loading branch information
Showing
8 changed files
with
200 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
did you consider this:
I think this could come instead of
format()
andcsvOptions
as "format" can always be taken byformatOptions().type()
and one could either assign directly toCsvOptions
if type is known orassign to
FormatOptions
and cast based on type if needed.