Importing csv and generating charts on a page

Agile IT asked on April 11, 2017 07:04

hi, admin need to import data from different CSV files and generates charts and show in the different pages for users. Also the admin needs to see the uploaded data in table before saving the data. How can we get such functionality?

Recent Answers


Jan Hermann answered on April 11, 2017 12:28

0 votesVote for this answer Mark as a Correct answer

Rui Wang answered on April 11, 2017 16:12 (last edited on April 11, 2017 16:12)

Jan, I'm not sure if that would help as the import toolkit only works on the web server and I don't think their admin may have access to the server.

Dilip, in this case, you may want to just create a ASPX page for import data using API to a matching custom table in the CMS. Assigned that ASPX through Modules app so admin can have access to this app page within Admin UI. After the import, they can check out the data in Custom Table (Data) app.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.