How would i write a script that would read line by line from each file and write to output file. Each TableA and ColumnA value number are unique. The same goes for file2. The output file must contain exact matches of (TableA == TableB) && (ColumnA == ColumnB). If values in Files1 are not present in File2 and vice versa must display warning on same line in output file Output file must look like so.......File1 File2 ------------------ ------------------ tableA ColumnA tableB ColumnB
Thanks in advanceTableA ColumnA TableB ColumnB ??? ??? TableB ColumnB #display warning TableA ColumnA ??? ??? #display warning
In reply to multiple file reading by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |