Search code examples
google-cloud-platformgoogle-cloud-datastoreexport-to-csv

Looking for a way to export GCP Datastore entity data into csv file


I would like to export data from a specific GCP Datastore entity (kind) into a CSV file. I would have thought that the gcloud or gsutil CLIs would be able to handle this but I haven't found a way as yet. Any recommendations?

Thanks


Solution

  • There's no out-of-the-box functionality to export Datastore entities directly in csv format.

    A possible workaround you may follow is: