react-papaparse
react-papaparse copied to clipboard
Upload multiple CSV files for both basic upload and drop upload
Hi, I request that feature too.
Hi, I too request this feature.
any updates on this?
Are there plans to implement this?
Dear All @kellynauert @fcpauldiaz @deekshithmr95 @exaucae
This feature is in progress v4.0.0
Thanks!
Was this multiple upload release? I'm trying to make it work via the configuration but the file upload is a single file.
<CSVReader
onUploadAccepted={(results: any) => {
results.data.forEach((item: StockFromCSV) => {
// Data processing here
})
}}
noDrag
config={{ header: true, multiple: true }}
>
Thanks in advance