I am building an invoice processing project where invoice analysis data is getting saved in a file in JSON string.
Now I am attempting to deserialize this data and convert it to data tables.
The problem I am facing is, due to a large amount of the data in the file, when I am reading the file into a string (in order to convert it to a JSON Object), the data is getting trimmed.
Has anyone encountered this before and know a solution?
You were right. I just got panicked to see the output in the log message.
All good now.
@ppr - This is a nested and complex json so I am still working on converting it to data table logic. Maybe I should look if someone has already converted azure form recognition ( for invoice) output to data tables.