WhiteHatBox
Share Page
Following(0)
Partner(s)
Raziel Ella

Help with comparing texts

ReplyThanks 2019/11/07 18:36:10 0 0

Hello,

I have 2 text files and I need to make a bot that will compare between this texts and find for me the similar words...

any one know if there is tool that can do it for me in botchief?

Karmagedon
2019/11/08 16:53:20
1 # Raziel Ella 2019/11/7 18:36:10

Hello,

I have 2 text files and I need to make a bot that will compare between this texts and find for me the similar words...

any one know if there is tool that can do it for me in botchief?


You can use two tables, load the data there, then run a loop that will go line by line in the first table and look for the presence of this row in the second. If the string is found, leave it; if not, delete it.

It may be a little slow, but if you have a few lines, this option is for you.


Another option is to use an CMD file, and then download the results of its work. The editor has a Run CMD to run.


Another option - use the code on C#.

If you buy me coffee, I could try to help you

Module Development - [email protected] // Thanks - https://ko-fi.com/arbots
<< < 1> >>
VerifyCode
Advanced Option