The following known limitations exist in Chioro:
General requirements
It is recommended to use Chioro in the “Chrome” browser with a minimum resolution of full HD (1920 x 1080 pixels). In alternative browsers (Edge, Firefox, Safari), the range of functions may be limited.
Number of automatically created rules in the transformation
In a transformation, the automatic creation of rules from a data table or producttype can generate a maximum of 1000 entries.
Number of columns
The number of columns/attributes is limited to 5000. Processing is significantly slower from approx. 1000 columns and is not recommended.
Column name
The database used by Chioro (Elasticsearch) interprets a dot in an attribute name in a special way (as a JSON object). To prevent this, dots in attribute names are only replaced with underscores by default. This substitution is no longer reversed by Chioro during data export.
This behavior can be changed by setting the dotReplacementText system property:
- A dot is replaced by the character string defined in dotReplacementText.
- When the data is exported, the character string is automatically translated back into a dot.
The replacement should therefore be a character string that does not occur in any attribute name.
