I have below information in text file .There are multiple text file inside the folder
Input : {“WorkItem”:“51234557”,“ConversationID”:“10635790”}
Expected output : 10635790
I need to fetch the value for ConversationID and add into datatable .
Please guide me