Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Issue Exporting Data with More Than 50 Columns Using "Export Data Store Entity to Excel" Plugin

Certified Senior Developer

Hi Everyone

I'm currently facing an issue while exporting data from a specific table that contains more than 50 columns. I'm using the Export Data Store Entity to Excel plugin, but it throws an error during the export process.

Has anyone encountered a similar issue or found a workaround to export data with more than 50 columns successfully? Any suggestions or guidance would be greatly appreciated.

Thanks in advance!

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    I believe it has a stated limit of 50 columns.

    I believe the general suggested & supported solution, is to update the generated document with a 2nd pass through the smart service (starting at the 51st column, using the Starting Cell parameter) with any additional data.
    EDIT: i take this back, data is truncated below the starting row even if a completely different set of columns is written to.  It's one of the reasons I find this node pretty much unusable.

    My personal advice however would be to trim the columns you're exporting - do you truly need in excess of 50 columns?

    I might suggest, instead, the JSON to Excel Plug-in.  Though I still think you should try to reduce your used columns to something lower than 50 if possible - 100 columns in a single excel is going to be too cumbersome for most user-facing use cases.

Reply
  • +1
    Certified Lead Developer

    I believe it has a stated limit of 50 columns.

    I believe the general suggested & supported solution, is to update the generated document with a 2nd pass through the smart service (starting at the 51st column, using the Starting Cell parameter) with any additional data.
    EDIT: i take this back, data is truncated below the starting row even if a completely different set of columns is written to.  It's one of the reasons I find this node pretty much unusable.

    My personal advice however would be to trim the columns you're exporting - do you truly need in excess of 50 columns?

    I might suggest, instead, the JSON to Excel Plug-in.  Though I still think you should try to reduce your used columns to something lower than 50 if possible - 100 columns in a single excel is going to be too cumbersome for most user-facing use cases.

Children
No Data