@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test
Hello, I am not finding a way to create random legit nicknames using random array of provided data.
The used data is Sarah Smith, Hotstreet 1, 84848 London, 1.1.1980
I wish to create random email adresses of it
sarah.smith@gmail.com
sarah.london@gmail.com
smith1980@gmail.com
sarah1980@gmail.com
smith.sarah@gmail.com
Any ideas how to solve this?
THanks!
Easy.. if u have resource like first name, last, city etc then.. in yout login field just tell BAS to write:
<firstname><lastname><AnyDigit><AnyDigit><AnyDigit><AnyDigit>
<firstname><lastname>199<AnyDigit> etc.. or
{{firstname}}{.| }{{{lastname}}|{{year}}}