<@U04SE163WC8> ``` "2024-09-23": [ { ...
# ask-ai
h
@kapa.ai
Copy code
"2024-09-23": [
      {
        "contactsPerPageview": 0.03787878787878788,
        "returningVisits": 27,
        "rawViews": 132,
        "standardViews": 132,
        "sessionToContactRate": 0.06097560975609756,
        "pageviewsPerSession": 1.6097560975609757,
        "nonContactSubmissions": 6,
        "visits": 82,
        "visitors": 55,
        "submissionsPerPageview": 0.045454545454545456,
        "pageviewsMinusExits": 132,
        "submissions": 6,
        "leads": 5,
        "leadsPerView": 0.03787878787878788,
        "contacts": 5,
        "newVisitorSessionRate": 0.6707317073170732
      }
    ],
    "2024-09-24": [
      {
        "visits": 5,
        "visitors": 3,
        "pageviewsMinusExits": 7,
        "returningVisits": 2,
        "rawViews": 7,
        "standardViews": 7,
        "pageviewsPerSession": 1.4,
        "newVisitorSessionRate": 0.6
      }
    ],
how to remove the nested date column in airbyte UI?
u
Currently, Airbyte does not support deselecting nested fields. Field selection is only available for top-level fields. When you deselect a partial set of fields, Airbyte may read all data from the source, but it will only write data to the destination from fields you selected. Deselecting fields will not prevent Airbyte from reading them. Here are the steps to select a partial set of fields: 1. Click on a stream to display the stream details panel. A new pane showing all the fields in the stream will open. You'll see each field we detect from the source. 2. Toggle individual fields to include or exclude them in the sync, or use the toggle in the table header to select or deselect all fields at once. 3. Click the X to close the stream details panel. 4. Click Save changes, or click Cancel to discard the changes. 5. The Stream configuration changed dialog may display. This gives you the option to
Refresh
the edited streams when you save your changes. If your destination does not support
Refreshes
, you will need to
Clear
your data instead. 6. Click Save connection to apply your preference. For more details, you can refer to the [Airbyte documentation on configuring schemas](https://docs.airbyte.com/using-airbyte/configuring-schema#select-fields).