Hi,
In UIpath shall we create Key value pair logs(like:
{“BotName”:“Main.xaml”,“EventType”:“MainBotStart”,“EventTime”:“1565961905160”,“CurrentContext”:“Process Begins”,“ContextApp”:“MainBot”,“MachineName”:“123456”}
I want to create a “Log.txt” file in the above format or Common Log creation?
It is almost impossible @sunilraju, it depends on the text you have and the values you are getting
Even we can split based on the newline characters and make it as a value for the key in JSON for the first time, but if we get a value with two strings (words) , then entire pattern will change