Matrix Version: 5.1.1.0
I am using a JSON Datasource
asset which is pulling in a large source file using a REST Resource asset. In the JSON Datasource I have configured rows
as the root asset, which is an array. This then correctly shows in the Asset Map all of the rows.
However, when viewing the details of one of the Datasource Record Set
assets it appears that Matrix is truncating the data of one of our fields. This field is called cells
and itself contains a JSON array. I was accessing the array items by using cells[1].displayValue, cells[2].displayValue
etc. However because Matrix seems to truncate this data, I cannot access all of the data I need to.
Is there a threshold for how many characters a field of the Datasource Record Set
can hold? When viewing the “View JSON Data” screen of the JSON Datasource
asset we do not have the truncation issue.
Would there be another way to handle a child array that is inside of a Datasource Record Set
?