Couchbase downloaded data has bucket name added to it's column names

Hi All,

When I tried to download a buckets data then it’s adding bucket name to all column names(like bucketname.columnname). Is there any way to download the data without adding bucket name to column names. Also is there any simple way to change column names back to default in the downloaded json file.

select my_bucket.* from my_bucket

versus

select * from my_bucket

1 Like