Overview
Provides the following custom smart services and functions for handling data in Excel.
Key Features & Functionality
Smart Services included are:
Functions included are:
I am using the Export Data Store Entity to CSV smart service to generate a fie that later will be imported into a DB using the Import CSV to Database smart service but I am getting the following error:
ERROR ImportCsvToDatabase61 Date Format must be one of the following 'yyyy-MM-dd', 'yyyy-MM-dd HH:mm:ss', 'yyyy-MM-ddTHH:mm:ssZ', 'HH:mm:ss' java.time.format.DateTimeParseException: Text '11/17/2022 19:11:00' could not be parsed at index 0
Is there any way to format the date values before exporting the data?