i have to convert some values. If in my input string is “A” i have to convert it in 1, if “B” in 2, “C” in 3 etc etc.
I used the LookUpTable and it works fine.
However i need to put this key/values in a file and then read the file and do the conversion.
what about using pub.string:lookupDictionary instead of pub.string:lookupTable?
It is using a Hashtable instead of a String-Array.
You can create this Hashtable by using the services from pub.hashtable-Folder after you have read the keys/values from your file.
You can use the services from pub.file-Folder to read in the fiile.
it’s seems very interesting. Can you please tell me more?
Can i store the hashtable in memory so i don’t have to read every time the configuration file?
Can you please be so kind to show me step by step witch flowservices i have to use?
i’m noobie and maybe not able to complete the service
As you can see in the image there is no input for the hashtable. How can i map [/img]the string from getfile and, other question, can you please provide to me an example of a hashtable file?