Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

Customizing the exported data in react-apexcharts

I have series of over 40 elements in apexcharts of type horizontal bar, and I slice 10 of this items to show it. The problem is when I export it as csv file that is an option built in the apexcharts ...
Abdullah Buhlaq's user avatar
1 vote
1 answer
25 views

Download CSV file in ReactJS Webview not working

My case is when user click on a button. A CSV file will be downloaded to their device. const encodedUri = encodeURI(csvContent); const link = document.createElement("a"); link....
JsAddicted's user avatar
0 votes
2 answers
445 views

How to read/write a csv-file in local NextJS app?

Is it possible to read and write a file csv-file with a locally deployed NextJS app? The server will run on my system and is just a frontend for some work I would like to do on the data in the csv. ...
Clebo Sevic's user avatar
0 votes
0 answers
17 views

Getting an Empty Array When Parsing CSV File in ReactJS Upload Component

I'm working on a ReactJS project where I have an upload component that allows users to upload CSV files containing data about songs. Each row in the CSV file represents a song, with columns ...
Zaso's user avatar
  • 11
0 votes
1 answer
65 views

Create File object from parsed CSV data

I'm currently working on a project that involves uploading a CSV file and doing some processing of that file. I'm using papa parse to get the data from the original file so I can modify it as needed: ...
Dillon Brock's user avatar
0 votes
0 answers
53 views

Import CSV file from React front end to Django/Python backend proving unreliable

I am trying to get data from a csv file that is uploaded via a ReactJs front end and then import it into a sqlite database in a Django/Python backend. I am trying to use the same code for several ...
sunshine2171's user avatar
0 votes
1 answer
104 views

React-csv downloading source page HTML instead of intended csv data

I have a very large array, called data, of JS Objects (some of which include null and NaN values, I've looked into that to no avail), and am using react-csv to make a button that downloads the array ...
SuperNunb's user avatar
  • 141
0 votes
0 answers
64 views

MUI- data grid pro export to csv with hebrow letters get gibrish

MUI- data grid pro export to csv with hebrow letters get gibrish Although i add utf8WithBom={true} this my code: Although i add utf8WithBom={true} this my code: <DataGridPro components={{ Toolbar:...
chedva's user avatar
  • 1
1 vote
0 answers
155 views

How to parse a local CSV file with react and docusaurus?

I have been trying to implement a graph on a website I am working on and I need to display sensor data. Currently I am using the react-chartjs-2 and a JSON file to display the data. However I was ...
Cage Wellman's user avatar
0 votes
0 answers
170 views

React Native Expo: Read local file from assets folder

I am trying to read a local CSV file that is in my projects assets folder (and not on the FS of the test device). HomeScreen.tsx: useEffect(() => { Papa.parse(require('../assets/wienerlinien....
Josip Domazet's user avatar
0 votes
1 answer
212 views

React CSV Downloader is downloading a blank csv file

I have an issue with the React CSV Downloader plugin, below: export default function Component(props) { ... [data, setData] = useState([]); ... const downloadData = async () => { ...
Cactusman07's user avatar
0 votes
0 answers
282 views

How do I download a CSV from an API using Redux Toolkit?

I am being delivered a CSV file from a REST API. How can I tell the app to download it? It is already a csv so I won't need to create a file out of Json. The content-Type being delivered from the API ...
Devstar34's user avatar
  • 1,087
0 votes
0 answers
169 views

How can I extract specific columns from a CSV file using papaparse and display them using React?

I'm working on a React application, and I have a CSV file that contains data in a structured format. I want to extract specific columns from this CSV file and display them in a table on my React app. ...
chirag vats's user avatar
0 votes
0 answers
129 views

Filled csv file leads to CORS error wherease it doesn't when file only has columns

I have a Laravel API, returning a CSV file. When the csv file is only populated with columns headers and small content, I can download it from my client application (react). Whenever the csv file has ...
Enzo's user avatar
  • 183
0 votes
1 answer
97 views

Add distinct id with Key and Values in React Select multi from a csv headers

When i upload a csv file, i segregated headers and rows for future use. I want to display all the headers of that csv using react-select where user can select which header they want to keep and which ...
Indradeep's user avatar

15 30 50 per page
1
2 3 4 5
15