Jump to content
UBot Underground

[Sell Plugin] Advanced Data Text File


Recommended Posts

Ubotplugin.com End of Business

Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you.

Only in the last months you did not hear much from me anymore. This has some reasons:

Because of inevitable personal and health reasons I am no longer able to sell and provide plugins or to work on the code anymore. The license servers run out of payment in the end. Sorry for the inconvenience.

My plugins (Ubotplugin.com) have reached the products end of life cycle with me now.

Ubotplugin.com will become Automaxed.com

Simon (PRO) from Automaxed.com is working to get the plugins online and working again in the next days and weeks. We made an agreement so that Ubotplugin will not have to go. They will do their best to get them going and maintained for the future.

The plugins should be available again through Automaxed, but I am no longer involved. I really need to care about my health now. I also can no longer answer support questions.

Further updates on the progress will be announced as soon as possible.

Thanks for your understanding.

 

 

 

Advanced Data Text File

 

This plugin works on the management of files and data. This is the basis of the program should have.
Currently there are no commands can manage this directly.
It takes a lot to get the desired results.

Command & Function

 

  • list remove : By name
  • list replace (regex) : By name
  • new table header : easy create table header
  • random list items : By name
  • rand option : random number Long or Decimal
  • remove begin/end list : By name
  • reverse string : By name
  • shuffle list : By name
  • string encode/decode: convert string to other ex. HTML(Escape)/Puny Code/ext.
  • string encrypt/decrypt : Rfc2898/RSA/Triple DES/AES 264Bit/Base64/SHA1-512/MD5
  • create app shortcut : By name
  • change file extension : By name
  • check not file in use : check not file in use by other application
  • check hash/md5 file : By name
  • create file loop name : By name ex. myfile_001.txt/myfile_002.txt/myfile_003.txt/ext.
  • create folder loop name : By name ex. myfolder_001/myfolder_002/myfolder_003/ext.
  • create temp file path : By name
  • create url shortcut : By name
  • file option : Open/Delete (To Recycle Bin)/Delete Permanently/Copy(Overwrite Option)/Move
  • folder info : By name
  • file info : By name
  • folder option : Open/Delete (To Recycle Bin)/Delete Permanently/Copy(Overwrite Option)/Move
  • get files : By name
  • get folders : By name
  • text file merge : By name
  • text file split : By name
  • read file 2 : read file if file use by other application (return text)
  • remove duplicate lines : By name
  • replace new line by br : By name
  • open file/url : By name
  • safe save file name : By name
  • file/string compare : By name
  • remove blank lines : By name
  • create table from excel : By name + can choose sheet name
  • get sheet name from excel : By name
  • remove table option : Remove Blank Row/Remove Col Begin|End/Remove Row Begin/End
  • create table from string : By name
  • table replace (regex) : By name
  • table search (regex) : By name
  • table to html : By name
  • create html : create html file by default template
  • create title case : By name
  • find all index (regex) : By name
  • find first (regex) : By name
  • get clipboard : By name
  • get content line : By name
  • read begin-end line : By name
  • replace token : By name
  • set clipboard : By name
  • substring word : By name
  • word count : By name
  • sort list option: Sort By Ascending/Descending/Natural/Length/Reverse
  • sort table option: Sort By Ascending/Descending/All/and like excel
  • random table items: Random Row/Col/All
  • find index (regex😞 By Name
  • $list from table option : list from table row or col by index
  • table append: append row or col (can remove first row or col) [https://www.youtube.com/watch?v=ZlRaxaA5xf0]
  • get text between : by name
  • get mime type : by name
  • lower first char : by name
  • add spaces to sentence : by name
  • if short statement : short if statement
  • list remove list : remove list item by list
  • is starts with : check starts with text return "true" or "false"
  • is ends with : check ends with text return "true" or "false"
  • is equals : equals 2 text return "true" or "false"
  • pad left : pad char to text left
  • pad right : pad char to text right
  • remove : remove text
  • normalize : Returns a new string whose textual value is the same as this string, but whose binary representation is in Unicode normalization form C.
  • is normalize : Indicates whether this string is in Unicode normalization form C.
  • split by regex : by name
  • is match regex : check match by regex return "true" or "false"
  • remove list duplicate : remove duplicate from list
  • remove table duplicate : remove duplicate table (Row/Col)
  • copy table : copy table to table
  • list remove : remove list by text
  • list remove at : remove from list by position
  • list remove range : remove list by range
  • list insert : insert list by text
  • list insert range : insert list by range
  • list get range : get list data by range
  • list trim excess : by name
  • table insert : insert bank row or col to table
  • table insert by list : insert by list to row or col of table [https://www.youtube.com/watch?v=547zEhatLtk]
  • table search v2 : table search in ubot not fix long time
  • table replace : by name
  • table from html : by mame [https://www.youtube.com/watch?v=l6fQh2naIO8]
  • $table html from html : by name [https://www.youtube.com/watch?v=mdbiSIgolKQ]
  • scrape html data : scrape html data (get html / text) by xpath
  • get text file encoding : get text file encoding "ANSI", "ASCII", "Unicode","UTF-8", etc.
  • text file encoding : convert text file encoding "ANSI", "ASCII", "Unicode","UTF-8", etc.
  • first char lower/upper : by name
  • list find duplicate : find duplicate from list return table (Text,Index or Text,Count)
  • remove html data : remove html code by XPath
  • replace html data : replace html code by XPath
  • create table from file 2 : create table from file from ubot not work some file. this fix it
  • save to file 2 : save file "Encode", "Append", "Trim" (all in one)
  • save table to excel file : save table to excel file (.xls or .xlsx or .csv)
  • word to plural/singular : by name
  • $number format : sample input "10.123456" output "10.1"
  • list append prefix-suffix : append prefix and suffix to list
  • is file exist : check file exist? (support long path)
  • is folder exist : check folder exist? (support long path)
  • is folder empty : check folder empty? (support long path)
  • is long path : check file/folder long path?
  • table filter : filter table columns
  • csv to string : csv to string (comma/new line) and "Query"
  • search text file : search contains text in file
  • $create table string from html : by name
  • $create table string from table : by name
  • $string merge : string merge line by line
  • list from table string: get list from table string style
  • list append prefix/suffix : add prefix or suffix to list (function)
  • $is contains: check is contains in string have option "Ignore Case"
  • $roman numerals: convert number to roman numerals
  • rename files: rename multi files
  • rename folders: rename multi folders
  • $list except : get unique items from 2 list
  • $list find : list find all more find option
  • $list find index : list find all index  more find option
  • $char count: by name
  • $list find duplicate: get list duplicate item
  • $list insert: insert itemt to list
  • $list insert range: insert items to list
  • $list remove range: list remove by range
  • list remove empty: by name
  • $list remove empty: by name
  • $is numeric: check is number or contains number
  • $list filter: list filter support regex/contains/equals/starts with/end with
  • $list reverse: list reverse
  • $list concat: list concat
  • $list merge: list merge
  • $is odd: check number is odd
  • $string fuzzy: string fuzzy
  • $string compare: compare 2 string
  • list to csv: Reduce workflow list >> add list to table >> save to csv
  • if any: check value is any value = true
  • if all: check value is all value = true
  • $table search: table search return index,value,header
  • html to plain text: convert html code to text
  • html from plain text: convert plain text to html code
  • html attributes: for add remove and more option
  • table cell set: set table cell value by column index or header
  • $table cell get: get table cell value by column index or header
  • $is even: check number is even
  • $is file: check is file
  • $is folder: check is folder
  • is null or empty: check string is null or empty
  • is null or white space: check string is null or white space
  • trim 2: trim command 3 option All Start and End and you can select Chars
  • byte append - 2 hex byte value append
  • byte count - hex byte value count
  • is hex - check test is hex value
  • file line insert: by name
  • file line remove: by name
  • csv to json
  • csv to xml
  • zip files: add files to Zip
  • zip folders: add folders to Zip (not create seclect folder at root best for FTP)
  • unzip file: unzip file to seclect folder
  • list from file 2: Create list from file and fix different encoding.
  • string to chars: split string to chars (return list)
  • $word wrap: split long text to new line
  • $number to words: convert number to words
  • $base64 encode/decode: encode or decode text or file output text or file

 


 
 
Require ".NET Framework 4.5.2"

Link to post
Share on other sites
  • Replies 544
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V3.3.4.1 (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.) Improvement command table search Merge command $pad left

V2.0.1.5 Add Option: remove blank lines : Trim Mode remove blank lines : Multiple Spaces To One Space remove blank lines : Multiple New Line To One New Line   Update Sample File: $remove blank lines

4.0.2.0 (BETA) (Warning. Your old code can not be used with the new version of the plugin.) string encode/decode     - re-name option     - add field "Encode/Decode"      string encrypt/decrypt:     -

Posted Images

Not even sure if I need these commands (YET) however I have all your other plug ins and they are all MUST HAVES. So Im jumping in early because I know you update your plug ins like a BOSS!

Link to post
Share on other sites

Another useful plugin pash.

Are you planning to add sort commands like this http://textmechanic.com/Sort-Text-Lines.html?

 

Also another suggestion is a command that will compare 2 list and show what values has been duplicated and option to see how many times it has been duplicated here. Here's a reference for that http://www.ubotstudio.com/forum/index.php?/topic/16517-displaying-duplicate-entries/

Link to post
Share on other sites

Another useful plugin pash.

Are you planning to add sort commands like this http://textmechanic.com/Sort-Text-Lines.html?

 

What a difference from the command "$ sort list" of ubot to?

 

 

Also another suggestion is a command that will compare 2 list and show what values has been duplicated and option to see how many times it has been duplicated here. Here's a reference for that http://www.ubotstudio.com/forum/index.php?/topic/16517-displaying-duplicate-entries/

 

PM.

Link to post
Share on other sites

It have more options like sort by text length and reverse the list.

Add to update List.

 

Just bought! Another awesome plugin Pash!

Thank  you so much. :)

Link to post
Share on other sites
load html($plugin function("Advanced Data Text File.dll", "$check not file in use", "{$special folder("Application")}\\TEST.docx"))

I loaded the sample file and opened the file and the assets is showing true no matter if the file is open or closed.

 

In uBot 4 it always shows false.

Link to post
Share on other sites
load html($plugin function("Advanced Data Text File.dll", "$check not file in use", "{$special folder("Application")}\\TEST.docx"))

I loaded the sample file and opened the file and the assets is showing true no matter if the file is open or closed.

 

I have not yet tried in uBot 4

 

File open = false

 

 

if($plugin function("Advanced Data Text File.dll", "$check not file in use", "{$special folder("Application")}\\TEST.docx")) {
    then {
        alert("you can open this file")
    }
    else {
        alert("this file use by another program")
    }
}
Link to post
Share on other sites

Notice.
I fix my computer is partially finished.
The problem stems from the SSD to install windows broken.
I will have to replace a normal harddisk.
And harddisk for storing data mode in raid 1. (raid using software).
Can not open the other computer.
I wasted a lot of time for data recovery.
Sorry for the delay
.

Link to post
Share on other sites

 

Also another suggestion is a command that will compare 2 list and show what values has been duplicated and option to see how many times it has been duplicated here. Here's a reference for that http://www.ubotstudi...licate-entries/

 

Nevermind that suggestion above. You already covered that on the plugin.

 

Another suggestion:

On $find first regex function. Please add another function that is similar to that but it will find the regex based on position not only the first instance.

 

For example this string:

J:\UbotProjects\Dropbox\plugins\pash\advanced text

 

I want to get the Dropbox.

I will put this regex code

(?<=\\).*?(?=\\)

It will select all the strings inside the "\"

If i want to get "Dropbox" only I will have an option to put "1" position on the function.

 

Hope it make sense.

Link to post
Share on other sites

Nevermind that suggestion above. You already covered that on the plugin.

 

Another suggestion:

On $find first regex function. Please add another function that is similar to that but it will find the regex based on position not only the first instance.

 

For example this string:

J:\UbotProjects\Dropbox\plugins\pash\advanced text

 

I want to get the Dropbox.

I will put this regex code

(?<=\\).*?(?=\\)

It will select all the strings inside the "\"

If i want to get "Dropbox" only I will have an option to put "1" position on the function.

 

Hope it make sense.

Add to update List.

Link to post
Share on other sites

Apichai Data Functions

Could I suggest &random table item's

 

 

Nevermind that suggestion above. You already covered that on the plugin.

 

Another suggestion:

On $find first regex function. Please add another function that is similar to that but it will find the regex based on position not only the first instance.

 

For example this string:

J:\UbotProjects\Dropbox\plugins\pash\advanced text

 

I want to get the Dropbox.

I will put this regex code

(?<=\\).*?(?=\\)

It will select all the strings inside the "\"

If i want to get "Dropbox" only I will have an option to put "1" position on the function.

 

Hope it make sense.

 

Now the process

 

Been the subject  >> Create complete  >> Waiting for approval

Link to post
Share on other sites

Been the subject  >> Create complete  >> Waiting for approval >>  Approval

 

V2.0.1.0 (Beta)

Add C/F:

 

  • sort list option: Sort By Ascending/Descending/Natural/Length/Reverse
  • sort table option: Sort By Ascending/Descending
  • random table items: Random Row/Col/All
  • find index (regex): By Name

 

Add Sample File:

  • $sort list option.ubot
  • sort table option.ubot
  • random table items.ubot
  • $find index (regex).ubot
Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...