We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Upload multiple csvs to the application server

Answered
Marcelo Alejandro Gallardo asked on October 1, 2021

Hi, good day! 
I would like to know if it is possible to load more than one csv at the same time through the server?
EX:
var pivot = new Flexmonster ({
container: "pivotContainer",
toolbar: true,
report: {
dataSource: {
type: "api",
url: "http: // localhost: 3400 / api / cube",
index: "data-set-1"
index2: "data-set-2"
index3: "data-set-3"
}
}
});
It would be something like this, pass several files and process them, the files would be with the same structure but with other information!
From already thank you very much.

2 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 4, 2021

Hello,
 
Thank you for reaching out to us.
 
Please note that Flexmonster on the client-side can only be connected to a single data source at once. Therefore, it is not possible to specify multiple indexes within the same report.
 
In its turn, you can add multiple indexes to the Data Server and connect to them separately from the client side.
 
If you aim to merge several data sets with a similar structure to display them as a single data set, we recommend manually joining and uploading them to Flexmosnter Data Server as a single index.
 
Please let us know if other questions arise.
 
Kind regards,
Illia

Public
Marcelo Alejandro Gallardo November 15, 2021

Hi, thank you very much it worked without problem.
 

Please login or Register to Submit Answer