Can anyone suggest how to push Json file in datatable for mora than 1lakh data?
I can convert it using deserialisation json and conversion to datatable activity but for more than 1-2mb of json file its coming null value of the Json string.
Is there any way to get the whole 1lakh data in datatable?
Please help me out.