Skip to content

Commit

Permalink
Merge pull request #5270 from braze-inc/bkasman95-patch-2
Browse files Browse the repository at this point in the history
Update array_of_objects.md
  • Loading branch information
josh-mccrowell-braze authored Apr 21, 2023
2 parents 48f2650 + 858c9ea commit 15a775c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: "This reference article covers using an array of objects as a data
## Limitations

- Arrays of objects are intended for custom attributes sent via the API. They are not supported for use with Braze SDKs or CSV upload. Commas in your CSV file will be interpreted as a column separator, so any commas in values will cause errors parsing the file.
- Arrays of objects are intended for custom attributes sent via the API. CSV uploads are not supported. This is because commas in the CSV file will be interpreted as a column separator, and commas in values will cause parsing errors.
- Partners do not support arrays of objects. We recommend against using this feature with app groups that have partner integrations enabled.
- Arrays of objects have no limit on the number of items but do have a maximum size of 50KB.

Expand Down Expand Up @@ -340,4 +340,4 @@ Removing an object from an array consumes one data point for each removal criter

[1]: {% image_buster /assets/img_archive/array_of_objects_segmenting_1.gif %}
[2]: {% image_buster /assets/img_archive/array_of_objects_segmenting_2.png %}
[3]: {% image_buster /assets/img_archive/array_of_objects_segmenting_3.png %}
[3]: {% image_buster /assets/img_archive/array_of_objects_segmenting_3.png %}

0 comments on commit 15a775c

Please sign in to comment.