Overview
Provides several smart services and functions for handling data in Excel and CSV formats.
Key Features & Functionality
Smart Services included are:
Functions included are:
Same with Mike Schmitt comment above, our project also make use of the Export CDT to Excel smart service quite heavily. Is there any plans underway for adding this back to the Excel Tools plugin?
Is there any particular reason the Export CDT to Excel functionality has apparently been removed as of the last update? I rely on this smart service in a few different places in a few different projects, and want to be able to upgrade plug-in versions in the future without losing this ability.
For clarification, I use Export CDT to Excel for use cases which are NOT handled by Export DSE to Excel (such as reformatting data post-query before inserting into excel).
where do i get the latest jar ? please help
Th new version for Import CSV to database is not working , when we provide input name -Table with a schema name , it is not working ,So when checked the code , we found the issue that it is not creating the query string properly . for Ex -- If the table reference is -- Schema.table name ,it create the query string as insert into [schema.tableName] (column1,colum2) values (value1,value2) but it should be insert into [schema].[tableName] (column1,colum2) values (value1,value2) . If we provide the Input as schema].[tableName instead of schema.tableName it is working.
The Upgraded plugin for Import CSV to Database is not working , when we give reference the table through a schema.for example if we have a table country which is not under any schema , the import will work for it , but if we have some thing like address.country where address is the schema , it is failing to update the DB and through error as invalid table object.
Hi,
I am using this service to Export CDT to Excel, i have configured the CDT, CDT fields, Document Name, Document Save Directory, Excel Base Template, Sheet No, Starting Cell and Include header to false. I didn't configured Document to overwrite in the process.
When i am running this process model the excel is generating as expected but the configured Excel Base Template is also getting updated. I have tried with re-configuring the nodes and by deleting/updating/adding the Template but still the issue remains same.
Could you please suggest me if i am missing anything from my side and could you please check this functionality once again
Thanks in advance
All, I would suggest posting in Discussions community.appian.com/.../ if you have a question. Your question will get the most visibility that way!
It is also always a good idea to try downloading and using the latest version of the app as each release contains bug fixes, improvements, etc. (A new version was released today).
*Version 2.0.2 13 Jun 18
- bug fix addressing race condition that is present in the following functions & smart services: readCellsByName, readCellsByNumbers, readExcelSheet, Parse Excel File To CDT, Export Report Data To Excel
can anyone please share a guide or steps on how to use the Parse Excel to CDT smart service with an example? Have uploaded plugin in admin console. Want to use this smart service for a fileUpload function save into or expression rule to convert to CDT first. But not sure the syntax or name of smart service. Please advise
Hi, I have used smart service Export CDT To Excel from the version 2.0.0. The smart service works well on one environment, but with the exact same implementation, it fails to work on other environment. Need expedite assistance as this is affecting a client deliverable.