IDEAScripts
Please see this page for instructions on how to install python scripts.
Extraction Based on Date
A small script that allows you to do an extraction based on a date. This script has been rewritten in Python.
- Read more about Extraction Based on Date
- 6 comments
- Log in or register to post comments
Generate Audit Number
This script will create an number field that keeps a count based on the selected field. When the contents of the field change it resets to 0 and starts the count over. There is also a second script that will order the field based on a date field.
- Read more about Generate Audit Number
- 9 comments
- Log in or register to post comments
Split Text File
This script will split a text file into smaller sections.
- Read more about Split Text File
- Log in or register to post comments
Date Creation Database
This script will create a date database based on a start and end date. The script can do all date or the beginning or end of the month.
- Read more about Date Creation Database
- Log in or register to post comments
Add Prefix-Suffix to Field Names
This script will allow you to add a prefix or a suffix to all your field names. This is great when performing a join or Visual Connector and don't want the entire file name to be included.
- Read more about Add Prefix-Suffix to Field Names
- 2 comments
- Log in or register to post comments
Add totals column
This script will add a total field. The total can be the running total on the entire file or it can be based on up to eight different key fields.
- Read more about Add totals column
- Log in or register to post comments
Append File Report
- Read more about Append File Report
- 5 comments
- Log in or register to post comments
Template
This is a template for starting out your scripts.
- Read more about Template
- 1 comment
- Log in or register to post comments
Add Comment to IDEA database
This script gives an alternative way to add comments to your database whil
- Read more about Add Comment to IDEA database
- 2 comments
- Log in or register to post comments
Add Filename
This short script will add a filename field with the filename of the open file. A second script has been included that now allows you to do multiple files at the same time.
- Read more about Add Filename
- 2 comments
- Log in or register to post comments