Selecting JSON Keys in Record Selector

Summary

User inquires about the method to select JSON keys in the record selector as per the Airbyte documentation.


Question

hi, does anyone know how to select json keys (not values) in the record selector? https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/record-selector



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

['json-keys', 'record-selector', 'airbyte-docs']

<@U075659CWV9> you mean that your meaningful data that you want to retrieve is in the keys themselves, and not in the values?

I don’t think RecordSelector does that today, you’d likely need to make a CustomRecordSelector component for this

The record selector selects the key and not the value.

<@U075659CWV9> you mean that your meaningful data that you want to retrieve is in the keys themselves, and not in the values?

I don’t think RecordSelector does that today, you’d likely need to make a CustomRecordSelector component for this