Date Format mismatch while importing date from excel to a string atttribute
0
Hello community, I'm trying to validate date that is being imported from excel as a string Scenario : Importing date fields in the format of 'MM-dd-yyyy' but when imported as string, the excel importer java action parses it in the format of 'MM/dd/yy'. How do I import the date as the string as it is ? Also when I pass in data like '12/10/2002JDASV', then the exact string is returned, it is only when the date is passed in the 'MM-dd-yyyy' format I face this issue