⌛️How do I create a Dump File of the blockchain ?
Search for a "block parser", there are a few options available. Be careful which software you trust, I haven't tried any of them by myself.
I need all Blockchain data in text format is basically what I am saying
How about
Bitcoin block data (728 GB): inputs, outputs and transactions? See the Samples in that topic to see if it's what you're looking for.
then I need to have that shown preferably in a gui program in which I can use Ctrl F to find specific transactions.
A GUI is terrible to load large data, unless you mean putting it in a database first. I just use CLI
grep, which is as fast as your hard drive can read it.