21)
OpenOffice Writer Extract Email Addresses From Documents Software 7.0
Extract email addresses from one or many OO Writer files. Results can be saved as a text file. Writer 2.0 or higher required. 22)
OpenOffice Calc Import Multiple Text Files Software 7.0
Import one or many text files into a blank OO Calc file. Specify local text files and either insert them all into one sheet or individual sheets per file. Each line of the text file can be chopped up by a specific character to create new Calc columns 23)
PostgreSQL Join Two Tables Software 7.0
Horizontally merge (combine, match, union) two PostgreSQL tables into one by a common column (field) of data. The two tables are not changed, a new table is created with the results. No complicated options or SQL knowledge required. 24)
Oracle Join Two Tables Software 7.0
Horizontally merge (combine, match, union) two Oracle tables into one by a common column (field) of data. The two tables are not changed, a new table is created with the results. No complicated options or SQL knowledge required. 25)
PostgreSQL Append Two Tables Software 7.0
Vertically merge (combine, match, insert) one PostgreSQL table into another. The tables can be located in the same PostgreSQL database or two different databases. No complicated options. No SQL knowledge required.