Date format in csv can not be recognize

Hi @MarekV , the MMM format recognizes the capitalized version of what you have. So Jun instead of JUN, and Nov instead of NOV.

Just convert the month to Capitalized via the capitalize() function in the String Manipulation.

Here’s further details:

1 Like