Writing source code to help me write source code

AnandGupta

Expert
Licensed User
Longtime User
I already do. But not as robust like yours.

I mostly develop for DBF database, so I have created tools which create master, entry, reports etc. from the given DBF file using given template text file.
My Merge CSV and Text come handy too, for creating the full application source code from a template code folder.

Regards,

Anand
 

AnandGupta

Expert
Licensed User
Longtime User
Sites created long time ago, with given font at that time. May change in future when I update the webpage. I also use zoom now :)

There already are numerous apps which merge from data from db/dbf/xls etc. but I wanted a pure text/csv one. Google did not show any, so I made it.
I am text file junky and very efficient in manipulating text, using various tools.

Regards,

Anand
 

LucaMs

Expert
Licensed User
Longtime User
Sites created long time ago, with given font at that time. May change in future when I update the webpage. I also use zoom now :)

There already are numerous apps which merge from data from db/dbf/xls etc. but I wanted a pure text/csv one. Google did not show any, so I made it.
I am text file junky and very efficient in manipulating text, using various tools.

Regards,

Anand
Of course, as you wrote on your site, that way it can also be used well for purposes other than sw development aid; moreover, it is easier to use by those who do not know and use DBs.

I said it for us ;)
 
Top