Hello OL users,
I am searching for a solution to complement my input data. I have been searching through this forum and have not found a viable way yet, maybe I am missing something out. I will describe my situation step by step and hopefully someone will explain if it is possible to accomplish this with Workflow.
- My first file is csv without header delimited by pipes | , example:
|1234|||||Name||||Balance||Street address|City|County|||||||||||||||Payment details|||||Data||||||||||||||||||||||||||||||||||||More|||||||||||||||||||||||MoreDATA|||||||||||||||||||||||||||||||||||||||||||||||||||||||Date||||||Time||||||||||
In this first example my address is not a complete one. After I extract my data that is necessary for my external software to complete my address, I get the second example.
- Second file is a txt delimited by pipes |.
Example :
|1234|STRADA SERBOTA NR. 9, BL. V21, SC. A, AP. 11, SECTOR 5, BUCURESTI|BUCURESTI|SECTOR 5|STRADA|SERBOTA|9|051731|0530909643081731|BUCURESTI 69|6430|BUCURESTI 69|False|STRADASERBOTANR.9,BL.V21,SC.A,AP.11,SECTOR5,BUCURESTI,BUCURESTI,BUCURESTI|
Both of these files have the same ID (eg 1234)
I need to replace/complement |Street address|City|County| with the |STRADA SERBOTA NR. 9, BL. V21, SC. A, AP. 11, SECTOR 5, BUCURESTI|BUCURESTI|SECTOR 5|STRADA|SERBOTA|9|051731|0530909643081731|BUCURESTI 69|6430|BUCURESTI 69|False|STRADASERBOTANR.9,BL.V21,SC.A,AP.11,SECTOR5,BUCURESTI,BUCURESTI,BUCURESTI|
Any ideas?
Regards,
Fsh22