PrashantMaheshw
3 years agoQrew Captain
Can JSON handler in Pipeline create multiple record ?
I've a simple JSON file, I'm able to use JSON handler in pipeline but it only 1 creates 1 record which clubs all values it has iterated . Is it possible instead to create multiple records with 1 value each
VALUE : {{b.raw_record["Sub"]}}
------------------------------
Prashant Maheshwari
------------------------------
VALUE : {{b.raw_record["Sub"]}}
JSON SCHEMA IN PIPELINE
{
"File": [
"https://drive.google.com/file/d/198aaoChWTow6sI6UR6tjacVehkn42obz/view?usp=drivesdk"
]
}
JSON
{
"Sub": [
{
"File": [
"https://drive.google.com/file/d/1qcp01CTNJTp1h49sHKvd5tNaWq7CZJ9a/view?usp=drivesdk"
]
},
{
"File": [
"https://drive.google.com/file/d/1CnpmMC-Em4cFr-4_sUCHCFVPqvdwKMcP/view?usp=drivesdk"
]
}
],
"sl": "Bhaiya"
}
------------------------------
Prashant Maheshwari
------------------------------