IDEAScripts
Please see this page for instructions on how to install python scripts.
Word Parser
Script to take the words from within a column of a file and parse them to
- Read more about Word Parser
- 1 comment
- Log in or register to post comments
Add Counting Column
This script will add a new column that will count the number of records based on a field that is selected by the user.
- Read more about Add Counting Column
- 14 comments
- Log in or register to post comments
Fill Down Utility
This script will allow you to fill empty cells within a database from information contained in the previous cell.
- Read more about Fill Down Utility
- 19 comments
- Log in or register to post comments
Mine Sweeper
Try the well know Mine Sweeper game through IDEAscript.
- Read more about Mine Sweeper
- 4 comments
- Log in or register to post comments
Sudoku
Sudoku game for IDEA through IDEAScript.
- Read more about Sudoku
- 3 comments
- Log in or register to post comments
Copy Header Info
The script will copy the header info from one file to another file. This can be used when importing an excel file in which the data is over several tabs but the header info is only on the first tab. The script will take the header info from the first and copy it to the second file.
The script was updated on March 17, 2016. It now has an option to copy the old header name to the field description so that information is not lost.
- Read more about Copy Header Info
- 1 comment
- Log in or register to post comments
Export Delimited File
This script gives additional options for anyone wishing to export an IDEA file in a delimited format.
2015-08-15 - Updated the script so that the if you user select to include field names that they are separated by the selected field separator and not the ",". Also added code to format numbers, it seems that if you had a number like 12.10 it would be stored in the text file as 12.1, this has been fixed.
- Read more about Export Delimited File
- 4 comments
- Log in or register to post comments
Import Multiple Files
This script is now available as a SmartAnalyzer application, it is available through Passport with the Utilities SmartAnalyzer applications. Please consider purchasing this application as it helps to support this web site.
This script will allow you to select and import multiple files at the same time.
March 16, 2014 - Updated - added an option for delimited files to select the first row as the field names.
April 8, 2014 - Updated - there was a bug in the select files dialog that would not allow you to move a file from the right panel to the left.
- Read more about Import Multiple Files
- 95 comments
- Log in or register to post comments
Date Extraction
This script extracts a maximum of 24 specified dates entered (Enter Dates button) or loaded from a text file (Load Dates File button). Days of the week can also be extracted into separate files. Specified dates or days of the week selection can be inverted by checking the "Output all dates NOT selected" box. Dates must be entered using the DDMM format. Text files with dates can be created for subsequent reuse or loading by selecting the Save Button after inputting dates via the Enter Dates button.
- Read more about Date Extraction
- 5 comments
- Log in or register to post comments
Top Records Extraction Exclusion
This script will perform the Top Records Extraction function within IDEA but at the same time it will also creates a second file with all the records that are not part of the Top Records Extractions. After selecting your file and hitting ok you will be taken to the Top Records Extraction dialog where you can enter all the parameters needed for the Top Records Extraction. The script will then perform the extraction and then do a join to extract all the non selected items.
- Read more about Top Records Extraction Exclusion
- Log in or register to post comments