Skip to main content

Questions tagged [json]

JSON (JavaScript Object Notation) is a serializable data interchange format that is a machine and human readable. Do not use this tag for native JavaScript objects or JavaScript object literals. Before you ask a question, validate your JSON using a JSON validator such as JSONLint (https://jsonlint.com).

0 votes
0 answers
32 views

Jolt nested conditions

I would like to check a condition and based on the type, would like to check another condition. For BookingType:3, If TrackingList is available in the input, output should have a flag "...
Vikas Gonti's user avatar
1 vote
0 answers
47 views

Add key and value inside key returns in JSON & Python

I have a JSON file with this format and I'm trying to insert a key and value, as a value to a key. { "A": { "A": "2024-07-17 20:06:35.185784", "B&...
Abraya's user avatar
  • 11
0 votes
2 answers
30 views

PLSQL Function looping thru COMPLEX JSON Object

This answer is for the simple JSON type. PLSQL looping through JSON object I have a complex JSON type how do i loop thru a data like this. Is there any oracle function which traverses this complex ...
Jagan Tirumalai's user avatar
0 votes
0 answers
23 views

How do I split an array of jsons using tExtractJSONFields Talend component?

Suppose a field contains this Json, (an array of 3 Jsons) - [ {"id": 1 , "name": "name1"}, {"id": 2 , "name": "name2"}, {"...
Yoni Yoni's user avatar
1 vote
0 answers
36 views

Setting the return type of a custom namedtuple

I have a sample_config.json file with potentially an arbitrary number of the parameters. An example of the sample_config.json is as follows: { "tableA_ID": "tableA.csv", "...
user4687531's user avatar
  • 1,101
-2 votes
0 answers
30 views

How can I buy a Telegram session file? [closed]

I need to buy TG session files, including +55 Brazil, +39 Italy, +49 Germany +7 Russia +48 Poland and other countries. I have tried to find and leave messages in many places. I hope to find a supplier....
jiuhao huanxi's user avatar
0 votes
0 answers
39 views

Passing two parameters (IFormFile and a string) with JSON to C#

Versions: ASP.NET and Web Tools - 17.10.341.11210 C# Tools - 4.10.0-3.24312.19+ JQuery - 3.3.1.js JS - 2.8.3.js I'm trying to pass an IFormFile and a string from a JSON file select and a string input. ...
Kevin Fischer's user avatar
-2 votes
1 answer
49 views

create dataframe from nested list of lists in python?

list is like below - [[{"1":"","2":"","3":"Jurisdiction of"},{"1":"Name of Subsidiary","2":"","...
emiley mille's user avatar
2 votes
2 answers
54 views

SQL Server JSON for many-to-many

I have the following tables (many-to-many): DROP TABLE IF EXISTS [dbo].[ItemOwner], [dbo].[Items], [dbo].[Owners] GO CREATE TABLE [dbo].[Items] ( [Id] [int] IDENTITY(1,1) PRIMARY KEY CLUSTERED, ...
damike's user avatar
  • 345
0 votes
0 answers
15 views

Issue with Airflow Variables Adding Extra Backslashes to Private Key

I'm encountering a peculiar issue with Airflow. I've stored a private key as a variable in Airflow, but it seems to be adding an extra backslash (\) to newline characters (\n). Here's an example of ...
daniel guo's user avatar
0 votes
1 answer
27 views

Why are my Firebase RTDB Rules Always Returning Unauthorized

Rules { "rules": { "Accounts": { ".read": "true", "$user_id": { // Check if object has all required values after operation ...
Cory Lentz's user avatar
0 votes
2 answers
60 views

Python Pandas extract csv column containing json

I want to learn Pandas framework, so I find free csv with Euro data from kaggle.com https://www.kaggle.com/datasets/piterfm/football-soccer-uefa-euro-1960-2024/data But there're plenty of columns ...
Łukasz's user avatar
0 votes
1 answer
22 views

Dockerfile parser treating ENTRYPONT as a string rather than json [duplicate]

I've a dockerfile with the following entrypoint line: ENTRYPOINT [ "java", "-jar", "service.jar"] but while building the docker image it is throwing the following error- ...
shivank01's user avatar
  • 1,055
-1 votes
0 answers
44 views

multiple json arrays to dataframe in python?

I have two types of list like below and saved in a .json file - list1 - [ [ { "1": "", "2": "", "3": &...
emiley mille's user avatar
0 votes
2 answers
27 views

Load external .json file and merge it with structured hydra config

I am creating some scripts using python and I wanted to utilize Hydra (https://hydra.cc/). I am following the structured config pattern, where I have a config.py and config.yaml in a conf directory, ...
KrzysiekDD's user avatar

15 30 50 per page
1
3 4
5
6 7
24064