how to replace strings in file based on values from another file? (example inside)
- by thaold
Hi,
how to replace strings in file, based on values from another file.
Example, 2 files - input, output
input:
12345 1
output:
(1,'a lot of text', 'some other info',0,null, 12345),
(2,'a lot of text', 'some other info',0,null, 12345),
(3,'a lot of text', 'some other info',0,null, 12345),
(4,'a lot of text', 'some other info',0,null,…