[
    {
        "Write" = [
            {
                "Data" = [
                    
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "c_customer_id";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_salutation";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_first_name";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_last_name";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_preferred_cust_flag";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_birth_day";
                                [
                                    "PgType";
                                    "int4";
                                    "N"
                                ]
                            ];
                            [
                                "c_birth_month";
                                [
                                    "PgType";
                                    "int4";
                                    "N"
                                ]
                            ];
                            [
                                "c_birth_year";
                                [
                                    "PgType";
                                    "int4";
                                    "N"
                                ]
                            ];
                            [
                                "c_birth_country";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_login";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_email_address";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "c_last_review_date";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "ctr_total_return";
                                [
                                    "PgType";
                                    "numeric";
                                    "N"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]