Hi!
I hope you are well
Do you have an ad hoc generic process in python to convert JSON data to XDM Parquet file in order to ingest to AEP Dataset?
I was testing a normal .parquet file but Adobe does not recognize some files.
Example JSON:
[{
"_ingdirectspain": {
"Savings": [
{
"ccc_product": "123456789",
"pro_type": "tipo_1"
},
{
"ccc_product": "1234567890",
"pro_type": "tipo_3"
}
]
},
"identityMap": {
"UUID": [
{
"authenticatedState": "authenticated",
"primary": true,
"id": "7270526"
}
],
"cipID": [
{
"authenticatedState": "authenticated",
"primary": false,
"id": "07270526"
}
]
}
}]