Plugins for CSV import

Certified Senior Developer

Hi 

Can I have some plugins for the following requirement,

  • We need to offer the user to import a CSV file and once the user uploads the file, we need to parse the data in the file and show it on a grid below. CSV file is going to follow a template with defined set of columns, the number of rows alone would vary. 

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to Behin Jebarson

    Functionality wise, the plugin supports to read data from document without involving database. For example, all these functions can read and return the excel data in an expression rule which can be used to render data in the grid. 

    • Read Excel File Paged
    • Read Excel Cell by Name
    • Read Excel Cell by Number
    • Read Excel By Headers

    Depending on your need and load expectations, you can design the app to read data directly from document or db. 

Children
No Data