Skip to content
Discussion options

You must be logged in to vote

Currently, preserving the original CSV structure when copying files with Airbyte is not supported. Airbyte converts records to an AirbyteMessage(id, emitted_at, data) format, which is essential for syncing different sources to various destinations. This standardization may not align with use cases that require maintaining the original data structure during migration.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@babrar
Comment options

Answer selected by marcosmarxm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment