-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.32rc1, 6.0.14rc1, 6.2.8rc1, 6.4.0rc1
-
Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401, S24-W6/7, S24-W8/9
-
0.125
Problem description:
The placeholders of input elements in "CSV to JSON" preprocessing step are very confusing, as they're duplicating their most common values and visually it is difficult to distinguish whether there are values inserted into these two input elements or not:
No values inserted:
Comma and double quote is inserted:
Suggestion is to replace the placeholders with something else, since the presence or the absence of values in these fields will impact how the preprocessing step will process the data:
If no values are entered, then the commas in CSV values will not be escaped and preprocessing step will fail if such comma will be present.
If values are entered, then commas in CSV values are escaped and the input data is successfully processed.