Hi We're in the process of requisitioning Toad Data Modeller. But in the mean-time, I'd like to be able to generate an entity/attribute/description csv file.
I was thinking of doing by creating a XSLT template, but not sure how to do that.
Would anybody be able to help?
Regards
Sandy
Hi Sandy,
I have a simpler solution for you then XSLT. Toad Data Modeler allows you to export to a CSV file.
- Select File | Export | Export to CSV.
- Select the entities you want to export.
- Click Export. A new CSV file will be created in the specified destination.
If you still want XSLT. To use XSLT:
- Model | Generate Report | Reports / XSL Transformation...
- You can choose Toad Data Modeler's XSLT template or you can insert your XSLT template (XSL File Location).
- Click Transform.
Regards
Petr