How to export a specific Decision Table (DT) with studio-tools.

How to export a specific Decision Table (DT) with studio-tools.

book

Article ID: KB0083804

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.3.0 5.4.0

Description

After changing directories to studio\bin in the BE home, the following command will export a single DT from the project:
.\studio-tools.exe -dt exportToExcel -studioProjPath C:\TIBCO\BE540\be\5.4\examples\decision_manager\CreditCardApplication\CreditCardApplication -dtPath \Virtual_RF\ProcessApplication.rulefunctionimpl -excelPath . -e C:\TIBCO\BE540\be\5.4\examples\decision_manager\CreditCardApplication\CreditCardApplication.ear

To export all DTs have -dtPath as \Virtual_RF

Issue/Introduction

To export a specific DT you must specify provide the extension as well as the name of the DT. For example: -dtPath \Virtual_RF\ProcessApplication.rulefunctionimpl

Environment

All

Resolution

See example above.