Question

how to convert list_map columns in json data type but i want some specification

  • 29 March 2023
  • 0 replies
  • 30 views

how to convert list_map data into  json_data:- if any processor to solve this mention 

Required output or excepted out_put :

[{"$oid": "6415a02047038cf77ecc810b"}, {"$oid": "6415a0c247038cf77ecc8120"}, {"$oid": "6415a13947038cf77ecc8135"}, {"$oid": "6415a19e47038cf77ecc8141"}, {"$oid": "6415a1b247038cf77ecc8148"}, {"$oid": "6415a26247038cf77ecc8154"}]

 

achieved output  but i want some more spec :

{"0": "6415a02047038cf77ecc810b", "1": "6415a0c247038cf77ecc8120", "2": "6415a13947038cf77ecc8135", "3": "6415a19e47038cf77ecc8141", "4": "6415a1b247038cf77ecc8148", "5": "6415a26247038cf77ecc8154"}

 

 


0 replies

Be the first to reply!

Reply