GoogleCloudPlatform / GoogleCloudPlatform/aws-discovery-export

Running the script for Databases and Managed services returns a JSON instead of a CSV

Open
#32 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
20
Forks
13
PR merge metrics
No merged PRs in 30d

Description

For Virtual Machine collection we use the following command:
```
python3 stratozone-aws-export.py
```
This generates a zip file containing 4 CSVs which can then be uploaded into the [GCP Migration Center](https://cloud.google.com/migration-center/docs/import-data-cloud-providers#upload_data).

However, for RDS and/or managed service collection, we are expected to add this flag:
```
python3 stratozone-aws-export.py -m ManagedService
```

When using it, it generated a JSON file instead of a CSV file, which is not an accepted file type when trying to upload it to the [GCP Migration Center](https://cloud.google.com/migration-center/docs/import-data-cloud-providers#upload_data).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.