mendix / CommunityCommons

This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
Apache License 2.0
13 stars 57 forks source link

Set SplitItem.Value to string (unlimited) #144

Open sjorsschultz opened 4 months ago

sjorsschultz commented 4 months ago

Please set the CommunityCommons.SplitItem.Value attribute to string (unlimited) instead of string (2000) to allow for parsing larger items. Currently the StringSplit java actions throws an exception when trying to parse a larger string to the attribute. Use case is a file with JSON lines instead of valid JSON, where each JSON line needs to be split and then processed seperately with an Mendix importmapping.

Thanks in advance!