For example, the user has selected 4 dates in this order:
We wish to retain this date order for the output table, but after running the formatted dates through the AttributePivoter to set the dates as attributes, they come out in alphabetical order, as follows. Note that dates 3 & 4 have switched. The order of attributes should be Jun 2019, June 2020, Sep 2018, Mar 2019.
Has anyone managed to deal with this issue?
Thanks in advance :)


The order of the elements in the attribute{} list comes from:
In the example above, the order of the dates will be ascending because we're using YYYY.MM.DD. But if you wanted your date column headings formatted as Dec 2019 , Jun 2020 , Mar 2020 , Sep 2018 then they will come out in an odd (and probably undesirable) order.