Summary
Data from Couchbase to Google Sheets is not being categorized into columns properly.
Question
not sure why my data from couchbase->google sheets
is not categorized into columns.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["data", "couchbase", "google-sheets", "columns", "categorization"]
<@U05JENRCF7C> any idea ?
I don’t know. I can’t see the code, so don’t expect that anybody can help you with that.
I would check behaviour of other connectors and specification for AirbyteRecordMessage https://docs.airbyte.com/understanding-airbyte/airbyte-protocol/
https://github.com/airbytehq/airbyte-protocol/blob/main/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml#L55
Maybe it’s necessary to flatten JSON, maybe some extra metadata. Just guessing.
Thanks man. let me try to flatten the json.