filetokenizer
Service icon

FileToWords

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 24 May 2024
 by 
Tegar
0.0
 (0 ratings)
filetokenizer

FileToWords

Documentation
1.0.0

Install:

1. Download all the oaps, library and demo

2. just click them to install

How to use it:

1. Create enitty with contains binary data to save your file text in a binary format.

2. Call the action Tokenize(binarydata)

3. Assign the output into List of Tokens (string, seed tthe demo)


Feature:

1. the words are split using separator space character ("  ")

2. Empty words yielded are ignored

That's it.