[
    {
        "Write" = [
            {
                "Data" = [
                    
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "cd_gender";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "cd_marital_status";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "cd_education_status";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "cnt1";
                                [
                                    "PgType";
                                    "int8";
                                    "N"
                                ]
                            ];
                            [
                                "cd_purchase_estimate";
                                [
                                    "PgType";
                                    "int4";
                                    "N"
                                ]
                            ];
                            [
                                "cnt2";
                                [
                                    "PgType";
                                    "int8";
                                    "N"
                                ]
                            ];
                            [
                                "cd_credit_rating";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "cnt3";
                                [
                                    "PgType";
                                    "int8";
                                    "N"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]