Jump to content
UBot Underground

[Sell Plugin] Advanced Data Text File


Recommended Posts

I'm sorry but I don't understand.

I'm not good eng.

 

Hi, sorry for the confusion, carriage return is just a Return on the keyboard, in the old days the bit that slid along the top of a type writer was called the carriage and to start an new line you would return it to the start position.. hence Carriage return :)

So for exmple

 

Sentence one

<return>

<return>

<return>

<return>

Sentence Two

 

So to delete all <return> 's

 

To do this in a word document it would be Replace ^p with (empty)

 

Also I need to delete all numbers in the text.

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

Hi, sorry for the confusion, carriage return is just a Return on the keyboard, in the old days the bit that slid along the top of a type writer was called the carriage and to start an new line you would return it to the start position.. hence Carriage return :)

So for exmple

 

Sentence one

<return>

<return>

<return>

<return>

Sentence Two

 

So to delete all <return> 's

 

To do this in a word document it would be Replace ^p with (empty)

 

Also I need to delete all numbers in the text.

try.

alert($replace regular expression("Sentence one

Sentence Two 123","[\\r\\n0-9]",""))
Link to post
Share on other sites

@Pash

 

Hi thanks for the reply

 

I have tried to messaged you for a discount on the plugin, as requested on your website

but it says :

 

The following errors were found

The member pash can not use the messaging system

This personal message has not been sent

 

Many thanks

Link to post
Share on other sites
  • 1 month later...

hi, pash, "remove blank line" not working correct, plase help to check, thanks!

test at file "$remove blank lines.ubot" first.

Link to post
Share on other sites

test at file "$remove blank lines.ubot" first.

tested not get what i want:

i need the results as below:

======================

fsfsdafdsaf fdsaf
fsdffsa fdsafd
fdsfa
fdsafs 
fdsaf
fdsafafaf
dsafdaf

=====================

source code:

set(#text,"



fsfsdafdsaf fdsaf

fsdffsa fdsafd


fdsfa



  fdsafs 
fdsaf


fdsafafaf

dsafdaf
","Global")
alert($plugin function("Advanced Data Text File.dll", "$remove blank lines", #text, "Text", "True", "False"))

Link to post
Share on other sites

 

4.1.9.3
remove blank lines: fix

 

thank for prompt help, but it seems no update alert, do you upload the update file already?

Link to post
Share on other sites

thank for prompt help, but it seems no update alert, do you upload the update file already?

see in google drive.

Link to post
Share on other sites
4.2.0.0

Add new command

$base64 encode/decode: encode or decode text or file output text or file

example file $base64.ubot

Link to post
Share on other sites

 

4.2.0.0
Add new command
$base64 encode/decode: encode or decode text or file output text or file
example file $base64.ubot

 

thanks pash, 

could you consider add the follow function:

left x strings

right x strings

get x line from the bottom of content/list

 

thank!

Link to post
Share on other sites

thanks pash, 

could you consider add the follow function:

left x strings

right x strings

get x line from the bottom of content/list

 

thank!

Don't understand

Link to post
Share on other sites
  • 1 month later...
Dear customers

Because Google Drive at this time was crazy about identifying multiple files as viruses or abuse. Even plain text files with strange words were identified as abuse.

So I moved the plugin file to OneDrive. You can download the URL from your account.

Link to post
Share on other sites
  • 2 weeks later...

Hi pash,

 

Looking to buy this but had a few questions to see if this plugin has the functions or if there are others you sell that might accomplish what I'm looking for:

 

1) I need to check dates of files and delete those that are older than X days. Can this plugin help achieve that (return file date, or some function to delete files older than X days)?

 

2) I need to check how many files are in a folder, and if over a certain amount (for example, over 100 files in a folder), delete files until 100 are left by removing oldest files first.

 

3) I need to edit metadata for files of various types, including images. Possible to add GPS coordinates to files, set various meta data for files and images, or would I need the Advanced Image plugin to accomplish that?

 

Thanks in advance!

Link to post
Share on other sites

@drewness

 

1. use command "$file info" + "$datetime compare" + "delete file"

2.  use command "add list to list" + "$get files 2" + "$list total"

3. only image file

post-5560-0-32180200-1590377433_thumb.png

post-5560-0-11890800-1590377441_thumb.png

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

hi,pash,text file encoding command not working. i have to use notepad++ to convert.

your file and code?

Link to post
Share on other sites
  • 4 weeks later...
  • 4 weeks later...
  • 4 weeks later...
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...