Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Field Extractor — Help

Overview This application loads a text file, processes each line, and extracts a selected field based on a delimiter (for example : or |). The results can be copied or saved as a new file.

Supported Input Format Each line should contain multiple fields separated by a delimiter. Example:

name:role:id
alice:admin:1024
bob:user:2048

How to Use

  1. Launch the program.

  2. Click Load .txt and select your input file.

  3. Click Extract to process the text.

  4. The processed output will appear in the right panel.

  5. Use:

    • Copy → copies output to clipboard
    • Save → saves output to a file
    • Clear → clears both panels

Notes

  • Empty lines are ignored.
  • Only properly formatted lines are processed.
  • Output is generated locally and not sent anywhere.

Troubleshooting

  • If nothing appears after extracting, check that your file uses the correct delimiter.
  • Make sure the file is plain text (.txt).
  • If the app won’t open, run it as administrator.

Tips

  • You can drag and drop a text file directly into the window.
  • Larger files may take a moment to process.

Support

Tokens

  • Join the support server if u would like to buy high quality - Low Price tokens!
  • Or dm the owner directly through discord > @T1ud

Version 1.0

About

A Windows desktop utility built with C++ and WinAPI that demonstrates custom UI rendering, animated graphics, file parsing, and text processing. This project showcases low-level Windows programming, owner-drawn controls, and responsive layout logic.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors