Details
-
Bug
-
Status: closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
All
-
Sprint 23 TDP (feb 26), Sprint 24 TDP (mar 19), Sprint 25 TDP (apr 12)
-
Small
Description
The problem seems to exist only on the preview mode :
I reproduce the bug on local environment and on dev-ee with several datasets.
To reproduce it, just try to preview the conversion of Julian days to Gregorian Calendar.
Dataset example : Fullrun10000L8C.csv
The cell of the first row is well converted but after that, the context is lost, and the target calendar and the source calendar are inversed, so an exception arise on line 252 of DateCalendarConverter in the function applyOnColumn
JulianDayConverter julianDayConvert = (JulianDayConverter) context.get(JULIAN_DAY_CONVERT_KEY);
because the JULIAN_DAY_CONVERT_KEY is not found in the context
Attachments
Issue Links
- is related to
-
TDP-5530 Some functions that creates new colums may not always create them in the same order
-
- closed
-
-
TDP-4926 Modify an option in "change date format" action from recipe list, makes empty column
-
- closed
-
-
TDP-2673 Preview does not work with Change date format
-
- closed
-
-
TDP-4052 Preview only the first row when convert from Julian to Gregorian calendar
-
- Canceled
-