in reply to Replace table values from text database
My problem is that the replacements are not done correctly and I end up with a table full of replicated values that don't correspond to the original.
Does the set of replacement names overlap with the set of original names?
(And, on the face of it, processing the whole file completely to perform each substitution is a nuts way to approach the problem. Horribly inefficient, when the whole process can be done in a single pass.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Replace table values from text database
by Alfumao (Initiate) on Mar 14, 2016 at 14:18 UTC | |
by BrowserUk (Patriarch) on Mar 14, 2016 at 14:40 UTC | |
by Alfumao (Initiate) on Mar 14, 2016 at 14:48 UTC | |
by BrowserUk (Patriarch) on Mar 14, 2016 at 18:20 UTC |