You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: Add ability to override CSV File options (headers and delimiters) (#9144)
Users can now use the following options to change the destination behavior:
1. `skip_header`: default is `false` which will mean the the first row will be the column headers
2. `delimiter`: default value is `,` but user can specify any single character
The underlying implementation for CSV and JSON is also being changed to Apache Arrow through the updated import of the `filetypes` library.
0 commit comments