how’s it going? I have a question. I’m using these JSONs for a project, and I wanted to try to concatenate these lists configured in the parameter extra into a single file, but I couldn’t find a way to do it. Can anyone help me?
{
"info": "FIRST",
"function": "get_custom_table",
"parameter_main": "get_raw_documents_first",
"parameter_extra": '{"cols": {}, "values": {"id_operation_list": root_enquiries_list, "id_domain_list": [261, 323, 358, 362, 364, 366]}}',
"variable_name": "df_ex_doc_first",
"variable_return": True,
},
{
"info": "SECOUND",
"function": "get_custom_table",
"parameter_main": "get_raw_documents_workflow",
"parameter_extra": '{"cols": {}, "values": {"id_operation_list": id_policies_list, "id_domain_list": [367]}}',
"variable_name": "df_ex_doc_secound",
"variable_return": True,
},
{
"info": "THIRD",
"function": "get_custom_table",
"parameter_main": "get_raw_documents_workflow",
"parameter_extra": '{"cols": {}, "values": {"id_operation_list": id_endorsement_list, "id_domain_list": [261, 323, 358, 366, 367, 397, 399, 402, 450, 493, 625]}}',
"variable_name": "df_ex_doc_third",
"variable_return": True,
},
i was expecting a single list with all id_domain_list
New contributor
Hans Chucrutes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.