Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility function that truncates an entity property value to a specified maximum size #567

Closed
austinkelleher opened this issue Oct 22, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@austinkelleher
Copy link
Contributor

austinkelleher commented Oct 22, 2021

Related: #566

When an entity property value is larger than a specified maximum size (e.g. 4096), we should truncate the value.

Example:

const newEntityPropertyVal = truncateEntityPropertyValue('abc123');
@austinkelleher austinkelleher added the enhancement New feature or request label Oct 22, 2021
@austinkelleher austinkelleher self-assigned this Oct 22, 2021
austinkelleher added a commit that referenced this issue Oct 22, 2021
Fixes #567 - Add utility function that truncates an entity property value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant