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!