Forum Discussion
RaziD_
3 years agoQrew Cadet
HI Prashant;
I think you are missing JSON Records Path. I am not sure if you want it to create for each Sub or File or any thing else. JSON Records Path for each file will be something like:
/Sub/0/File
If the Sub is child of another one you need to add that in front:
/SubParent/Sub/0/File
Also, I think this is how you need to use values:
{{b['raw_record']['Sub']}}
I hope this helps.
------------------------------
Razi D.
Desta Tech LLC
razi@destatechs.com
------------------------------
I think you are missing JSON Records Path. I am not sure if you want it to create for each Sub or File or any thing else. JSON Records Path for each file will be something like:
/Sub/0/File
If the Sub is child of another one you need to add that in front:
/SubParent/Sub/0/File
Also, I think this is how you need to use values:
{{b['raw_record']['Sub']}}
I hope this helps.
------------------------------
Razi D.
Desta Tech LLC
razi@destatechs.com
------------------------------
- PrashantMaheshw3 years agoQrew CaptainThank you Razi . I was indeed missing JSON Records Path
Below solved my problem !
/Sub
------------------------------
Prashant Maheshwari
------------------------------