I recieve dictionaries in the following format.
data={'name'[{ 'name1': value1, 'name2': value2, 'name3': value3, 'name4': value4, }{ 'name1': value1, 'name2': value2, 'name3': value3, 'name4': value4, }{ 'name1': value1, 'name2': value2, 'name3': value3, 'name4': value4}]}
How do I retrieve each say value3 string and store them each seperately in a file?
I haven’t really tried much as I don’t know what to do.
New contributor
Peap Wu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.