Table Cross
Table Cross is a Java app to corss two tables, since they hava a commom field
Requiriments
Java JRE6
Usage
Download TableCross.jar
open a terminal window in his folder
run the command: java -jar TableCross.jar
insert the parameters in the first window:
-
first table file
-
second table file
-
folder where the new table will be generated
-
name of the new table
click "OK"
select the fields that will be used to match the tables.
click "OK"
Format
The program considers the first line of each file as "collumn names" The program considers \t (tab) as separator between the fields
It's possible to generate files in this format using copy, in a excell or calc table, and paste in a text editor.
Contact
Wilian Lopes: willianlopes404@gmail.com