Script Request - Data Mining Tool.
Posted: 20 Aug 2010 22:29
*Current version is 9* - OUTSTANDING!!!
Download it here.
Direct Link here.
EDIT: Take a little look at this little tutorial, usage guide and hints I wrote. The thing is a little devil, now...
(this one will be great... THE TOOL, I mean! lol)
Ok.
Let's do XY scripting rival to Evernote.
Can someone help me building this tool, please?
-It displays 4 input fields.
-It probably will have to store some data to be remembered across sessions by fields 1 and 2 for future usage, and I'd suggest "<xypath>\Data\Custom\DataMiningToolREF.ini" for that.
-field 1 is the EXTENSION the file will have; the script could remember (via .ini) last used extension and display it as suggestion.
-field 2 is the destination path for the file; the script could remember (via .ini) last used path and display it as suggestion.
-field 3 is a blank space that will receive the name of the file that will be created.
-field 4 is a blank space with a wider area that will receive text that will be paste into such file.
-Optionally, each file could start with a blank line/CRLF, having a separator before and after the gathered input, something like:
But default is the current behavior:
-an extra option could ask user for preference regarding "ANSI" or "UNICODE", also remembering last used option.
-and a last option asks whether the user wants to append data if the name of the file is the same (ie, fields 1 and 2 being the same and field 3 have the same name of previously stored file or simply is empty) of an existing one.
Appending data MUST contain a separator, being it (==============) or
-a tick box could indicate the script to remain open and ready to append more data to previously written files according to above rules or just write files and shut each time all parameters are set and data entered.
EDIT: A two-button solution will also be welcome. "Append?", "Create File!" The easier for the scripter...
Please...?
Download it here.
Direct Link here.
EDIT: Take a little look at this little tutorial, usage guide and hints I wrote. The thing is a little devil, now...
(this one will be great... THE TOOL, I mean! lol)
Ok.
Let's do XY scripting rival to Evernote.
Can someone help me building this tool, please?
-It displays 4 input fields.
-It probably will have to store some data to be remembered across sessions by fields 1 and 2 for future usage, and I'd suggest "<xypath>\Data\Custom\DataMiningToolREF.ini" for that.
-field 1 is the EXTENSION the file will have; the script could remember (via .ini) last used extension and display it as suggestion.
-field 2 is the destination path for the file; the script could remember (via .ini) last used path and display it as suggestion.
-field 3 is a blank space that will receive the name of the file that will be created.
-field 4 is a blank space with a wider area that will receive text that will be paste into such file.
-Optionally, each file could start with a blank line/CRLF, having a separator before and after the gathered input, something like:
Code: Select all
<CRLF>
==============
Sample text entered in field 4.
<CRLF>
==============
<CRLF>
Code: Select all
Sample text entered in field 4.-and a last option asks whether the user wants to append data if the name of the file is the same (ie, fields 1 and 2 being the same and field 3 have the same name of previously stored file or simply is empty) of an existing one.
Appending data MUST contain a separator, being it (==============) or
Code: Select all
<CRLF>
==============
Sample text entered in field 4.
<CRLF>
==============
Appended text if user defines this as an output if user has chosen it so.
<CRLF>
==============
<CRLF>
EDIT: A two-button solution will also be welcome. "Append?", "Create File!" The easier for the scripter...
Please...?