I'm not sure if this has been tackled before.
I need outside-database text manipulation before uploading them. I have two text files, source and target. The macro should traverse the source from top to bottom and update the target accordingly. Im very aware UE is a text editor but can UE do this? Help???
The sequence is simple:
Update target.col1 with source.col3
If source.col1 isFound in target
And source.col2 = target.col1
SOURCE:
TARGET:
Just wishful thinking here.
I need outside-database text manipulation before uploading them. I have two text files, source and target. The macro should traverse the source from top to bottom and update the target accordingly. Im very aware UE is a text editor but can UE do this? Help???
The sequence is simple:
Update target.col1 with source.col3
If source.col1 isFound in target
And source.col2 = target.col1
SOURCE:
Code: Select all
8085452850 0105 2130
8088712153 0105 2130
8089299497 0105 2130
8088896207 0105 2004
8087341288 0105 2004
8088827733 0105 2004
8085248063 0105 2130
8083353821 0305 3107
Code: Select all
0105 8085452850 070405B
0105 8089299497 8088391797 070403B
0105 8089232509 070403B
0305 8083353821 8086821969 070410B
0105 8082447845 8088712153 070328R
0105 8085248063 070406B
0105 8088827733 8083949416 070403R
0105 8083353821 8083353821 070328R