Linked Questions

0 votes
1 answer
53 views

I like to convert this txt to json file like the format I attached. here my txt: ` WarehouseId WarehouseName SKU NUMBER SKU Name rackSection gatewayID tagAddress lightActive caseCount 50 ...
Mahmood's user avatar
  • 13
3 votes
1 answer
8k views

I want to be able to convert a CSV to JSON. The csv comes in as free text like this (with the newlines): name,age,booktitle John,2,Hello World Mary,3,""Alas, What Can I do?"" Joseph,5,"Waiting, ...
Rolando's user avatar
  • 63.3k
1 vote
2 answers
12k views

I'm doing a GET request towards a URL-endpoint that sends back a CSV-file on a Node/Express setup using axios. How do I read this file and parse it into an array with objects for each row of data? I ...
Johan Carlberger's user avatar
2 votes
2 answers
10k views

I am trying to convert a .csv file into a JSON object in Reactjs. For this, I add the file I need to convert into the project structure under a folder called Data. I then found this npm package https:/...
Hisoka's user avatar
  • 121
3 votes
4 answers
2k views

I am getting a below structure after converting a CSV file to a JS object "category,name,includeInAuto,srNumber,testType "Test1","Name1","true",1,"type1" "Test2","Name2","true",1,"type2" "Test3","...
gs650x's user avatar
  • 415
1 vote
1 answer
7k views

I'm learning JavaScript and i'm trying to convert a CSV file to a JSON. The structure of my csv is : Name Class region_count Coordinates foto_4.jpeg soccer 1 "all_points_x":[90,80,77,74,82,...
Dvd's user avatar
  • 97
2 votes
2 answers
3k views

While using https://www.npmjs.com/package/convert-csv-to-json in reactjs.I am getting error Uncaught TypeError: fs.readFileSync is not a function import React, { Component } from 'react' import { ...
Manish J's user avatar
  • 746
1 vote
1 answer
1k views

I'm working on application (as a school project) which can visualize data from csv file. What i can't figure out is how to use csv file after i upload it (im not using server it's just offline app). ...
h0neybaLL's user avatar
  • 101
1 vote
2 answers
860 views

I am trying to get some CVS data from google sheet and store it into an Apify dataset. const Apify = require('apify'); const request = require('request-promise'); Apify.main(async () => { var ...
Barry MSIH's user avatar
  • 3,817
0 votes
1 answer
761 views

Hello friends I have found this problem and for more than I wanted to solve it I could not, I need to take the data from a .csv file and export it to a json, but this must be grouped in a recursive ...
Luis Berna's user avatar
2 votes
2 answers
244 views

I have a project requirement.I am getting the data in text format as given below. SL NO POLICY NO AMOUNT NAME CGST TAX 02 33051090 195.0 D BL ESSENTIAL 9.00% 03 33051091 ...
Anil Kumar Moharana's user avatar
2 votes
1 answer
408 views

I am trying to convert a csv string to json in javascript. I referred to the following link first answer: "What Is The Best Way To Convert From Csv To Json When Commas And Quotations May. However,...
ewef's user avatar
  • 57
0 votes
1 answer
297 views

I want to make a bulk insert from a CSV with columns names different to the ones in my database. I am developing a React Web application and would like to convert it to JSON with the correct columns ...
Raijo's user avatar
  • 21
2 votes
1 answer
208 views

I have flat file data in the following format: d1 | d2 | d3 | d4 ------------------------------------------- Heading | | | | Subheading | ...
Manuela Hutter's user avatar
1 vote
0 answers
242 views

I need to select a .csv file in html and manage it with javascript (I need to convert it into JSON), I did something but it doesn't work well. To select a file in html I did this: <input id="...
fabianod's user avatar
  • 753

15 30 50 per page