Skip to content

feat!: Add ability to override CSV File options (headers and delimiters)#9144

Merged
kodiakhq[bot] merged 4 commits intomainfrom
update-filetypes
Mar 17, 2023
Merged

feat!: Add ability to override CSV File options (headers and delimiters)#9144
kodiakhq[bot] merged 4 commits intomainfrom
update-filetypes

Conversation

@hermanschaaf
Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf commented Mar 17, 2023

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.

@cq-bot cq-bot added the file label Mar 17, 2023
@cq-bot cq-bot added the website label Mar 17, 2023
@hermanschaaf hermanschaaf changed the title fix: Update filetypes library feat!: Add ability to override CSV File options (headers and delimiters) Mar 17, 2023
@hermanschaaf hermanschaaf marked this pull request as ready for review March 17, 2023 13:47
@hermanschaaf hermanschaaf requested review from a team, shimonp21 and yevgenypats and removed request for a team and shimonp21 March 17, 2023 13:47
@hermanschaaf hermanschaaf added the automerge Automatically merge once required checks pass label Mar 17, 2023
@kodiakhq kodiakhq bot merged commit b0620c7 into main Mar 17, 2023
@kodiakhq kodiakhq bot deleted the update-filetypes branch March 17, 2023 14:31
kodiakhq bot pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release *beep* *boop*
---


## [2.0.0](plugins-destination-file-v1.3.1...plugins-destination-file-v2.0.0) (2023-03-21)


### ⚠ BREAKING CHANGES

* Add ability to override CSV File options (headers and delimiters) ([#9144](#9144))

### Features

* Add ability to override CSV File options (headers and delimiters) ([#9144](#9144)) ([b0620c7](b0620c7))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.44.0 ([#9167](#9167)) ([49d6477](49d6477))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants