I encountered a problem which is very challenging to my Angular level. Could you give a help please? In Spring Data REST the entity Worker has a @OneToMany bidi
I need to convert a Tree with the following class structure: Class Tree: def __init__(self, data): self.data = data s
Given the following JSON structure, I'm struggling to find correct format to write the keys and values for 'users" to separate relational columns: Key Values fo
I am extracting BTC history data from a website and want to store these results. I want to run this in a function and then use map because it's much faster than
I have an excel file with the below column name as variantID and corresponding elements. I want the final output as {"filters":[{"tags":[{"k":201,"v":"201"},{"k
As contributor to WUnderground not a problem to read via API-call the JSON-outputfile with Today's values for my station. That JSON-file has a series of numbere
I get this JSONObject response from an API { "meta": { "code": 200 }, "data": { "tracking": { "id": "lk46hwgbadfqcl2fyacyw00q", "c
I am trying to pull data from an API from https://app.scrapingant.com/ using Google Apps Script. The documentation is here: https://docs.scrapingant.com/request
I'd like to have tooling to perform certain validations on JSON. Explanation with examples: Given JSON fragment: { "optionsMinValue": 0 "optionsMaxValue
I am trying to insert following JSON document into T-SQL: { "GLDETAIL": { "RECORDNO": "264378-1756289-919567--accrual", "BATCH_DATE": "02/01/2
I am a very inexperienced programmer with no formal education. Details will be extremely helpful in any responses. I have made several basic python scripts to c
I'm trying to expand a dataframe column of dictionaries into it's own dataframe/other columns. I have already tried using json_normalize, iteration, and list c
I expose the problem quickly: I have to create 3 classes. X Y and Z, inside X y and z are initialized as variables of class x but not as objects Y and Z. What i
I have data saved in a postgreSQL database. I am querying this data using Python2.7 and turning it into a Pandas DataFrame. However, the last column of this dat
I want to iterate over an object in Javascript and create a CSV file from its internal objects. const list = { "right": { "label": "Right",
I need to extract objects from an array, where there's more than one object in that array I need to repeat for every id and if the field is null then I want to
I'm trying to learn to make an API call in swiftUI, I'm following the next tutorial https://www.youtube.com/watch?v=1en4JyW3XSI but the code is giving me an err
I ran this yaml file using kubectl apply -f loadbalancer.yaml command, but got "error parsing loadbalancer.yaml: error converting YAML to JSON: yaml: line 4: fo
So i was struggling to get my code to recognise this string sent from the front end of my site to the backend as a method to get some data from my JSON file. Pl
It is possible to export a mongodb database to json on windows? I've already searched and the only thing that I find is to export collections. Is that the only