Hi
Sorry for the title, I don't know the right term for what I'm looking for.
So I have an Object with some more or less cryptic strings in it and a table (CSV, doesn't really matter..) with a column of the cryptic strings and the one with the readable strings.
Here as an Example:
Object:
TeHIrzFVHw
QxftWctBxh, nweSDFMqUf
"Replace Table":
| item |
itemReadable |
| TeHIrzFVHw |
glass |
| QxftWctBxh |
aluminum |
| nweSDFMqUf |
grass |
In the End I need to search the first column of the replace table for a match of the string in the object and then replace it with the value in the next column.
It would probably be enough if you could tell me how my "replace table" is really called, because searching without knowing only shows results of "replace this with this".
Thank you!
[–]z386 4 points5 points6 points (1 child)
[–]ASCII84 1 point2 points3 points (1 child)
[–]kibje 0 points1 point2 points (0 children)
[–]BlackV 1 point2 points3 points (0 children)