Helllo everyone. Not if this is possible? I'm working on a project that has 3 text files. File 1 is already formatted to be printed,(it contains information from 2 warehouses) but before ready to print need to compare the first 16 characters of each line with text in File 2 & File 3, then add (for example quantity availabe in file 1,file 2&fle 3) and saved in file 1 for printing. Example:
SKUABC {ON HAND=100} {QTY AVAIL=50} {WH1 AVG=20} ;(1st line in File 1 warehouse1)
SKUABC {ON HAND=25} {QTY AVAIL=10} {WH2 AVG=5} ;(2nd line in File 1 warehouse2)
SKUABC 50 25 10 ;(field values to be added from file 2 to file 1 (for warehouse1)
SKUABC 10 5 5 ;(field values to be added from file 3 to file 1 (for warehouse2)
I appreciate any help..
Thank you
SKUABC {ON HAND=100} {QTY AVAIL=50} {WH1 AVG=20} ;(1st line in File 1 warehouse1)
SKUABC {ON HAND=25} {QTY AVAIL=10} {WH2 AVG=5} ;(2nd line in File 1 warehouse2)
SKUABC 50 25 10 ;(field values to be added from file 2 to file 1 (for warehouse1)
SKUABC 10 5 5 ;(field values to be added from file 3 to file 1 (for warehouse2)
I appreciate any help..
Thank you