Json Data into Excel file

Certified Lead Developer

Hi Everyone,
I have a table with one column type as JSON datatype and using to save the data through write to records. Now I have to export this table data into excel file and share it everyday so I have created a CDT for that table.
In CDT it is defaulted to text even I have given longtext datatype. Now there is an issue with the data as the database table have more than 4000 characters the CDT is not allowing more the 4000 so my data into excel is not exceeding more than 4000 characters.
Please suggest how to handle this or any alternate better approach.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Mathieu Drouin

    HI Mathieu,
    Thanks for the quick response.
    I have updated the annotation on XSD file. Now I have observed while querying the data using query record I see the field is not calling complete JSON data it is able to pull only 4497 characters.

    I have checked the datatype of that particular column in record which is set as follows.

    Could you please suggest how to pull all the available JSON data into queryrecord instead of breaking.

Children