Skip to main content

All Questions

Tagged with
1 vote
1 answer
54 views

How to map table references in a JSON file to corresponding values in an Excel file using Python?

I have an Excel file containing a list of requirements in 1 column and a JSON file that stores table values. The requirements in the Excel file include references to tables in the JSON file, formatted ...
Rifat's user avatar
  • 13
0 votes
0 answers
13 views

How do you combine two json map files?

I am looking to map data across local authorities in the UK, but the only json files of LAs I have been able to find are of GB only (England, Scotland, Wales), whereas I want to include data for ...
tkfa's user avatar
  • 5
0 votes
1 answer
67 views

Mapping nested JSON Object to SQL table through Data flow in Azure Data Factory

I have a JSON object containing a nested array without keys. I want to extract all elements from this nested array, assign each element to a separate column with appropriate names, and sink the data ...
Nilesh Patel's user avatar
1 vote
1 answer
37 views

Replacing values in a flattened JSON based on two conditions

I have managed to flatten a JSON with the help of jolt. The flattened JSON should now serve as an INPUT JSON for the following case: Each time when the condition "values-*-identifier" = &...
Katja Bürger's user avatar
0 votes
0 answers
12 views

Deriving and calling key value pairs from deserialized JSON data in Kotlin

I have a program that receives JSON data after a request to a third party API. I need to be able to call the values using the keys that I've deserialized. I know that the method lies in kotlins Map<...
Jake Ramirez's user avatar
0 votes
0 answers
49 views

Load a json map into pygame (using Tiled)

I'm coming here to see if I could get some help with my project. I'm trying to map a dungeon crawler like game, and I want to create a map using Tiled. I managed to print the map using processing code,...
Giovanni Isaac's user avatar
0 votes
1 answer
117 views

MapRequestPayload cannot acces information with hyphen

I have an app in Symfony 6.4 where I use attribute MapRequestPayload to parse incoming data. Until now it worked fine but I've started using external service (mailgun) to get some data and there is a ...
GrzeGab's user avatar
  • 94
0 votes
0 answers
26 views

Wiremock JSON is proxying all the request also the saved ones

In my below code, the thing is if i am trying to get responses for any of the request its getting proxied { "mappings": [ { "priority": 1, "...
Satya Prakash Mishra's user avatar
0 votes
1 answer
30 views

Jolt Conversion : List of Key/Value to name, value conversion

Conversion of the jolt spec. Here we will be having the list of the queryFriendList list inside this we have one more list of object and inside the list we will be having the details in the name value ...
Dilip Nagaraja's user avatar
0 votes
2 answers
39 views

Map list of JSON to Tabbar flutter

I'm trying to map list of json to tab bar, and want tab bar title as "JSON1" API response :"data": [{"JSON1": {"key1": "val1","key2": "...
Pari07's user avatar
  • 15
0 votes
1 answer
117 views

500 Error: '_Map<String, dynamic>' is not a subtype of type 'String'

I've authentication feature in the iOS app (on flutter), here is the User class: class User { final String fullname; final String username; final String email; final String password; final ...
Diana's user avatar
  • 703
0 votes
0 answers
15 views

Nuxt is retuning a api mapping in a forign language [Invidious]

so I am using the indivious api and for some reason it is returning this publishedText "9 ساعات منذ" even when the api returns publishedText "9 hours ago" this is how the api ...
HiroBeBroke's user avatar
1 vote
1 answer
51 views

JOLT transformation for references

I'm looking for a JOLT transformation for replacing a reference by it's entity: My input is as follows: { "users": [ { "id": 1, "firstname": "Max&...
Alex Schmidt's user avatar
1 vote
1 answer
44 views

Mapping an array of objects nested in array of objects

Apologies if I'm missing something basic here. This is my JSON, I want to extract the "tag" value form the objects in the "cows" array. I'm not very familiar with nested data and ...
vinnyWebDev's user avatar
0 votes
1 answer
60 views

jq : applying different functions/mappings over parts of an array

The JSON input is a simple set I wish to pick some of its elements based on their names a1,..,an -> {"a1":v1,..."an':vn} jq -j '[.a1,.a2,...,.an]' And then use different functions f,...
porte64's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
34