String To Date Timefunctions¶
This workflow reads a CSV file. It then converts it into stringtodate and then to timefunctions and prints the results.
Workflow¶
Below is the workflow. It does the following:
- Reads a CSV file.
- It then converts it into stringtodate using stringtodate Node.
- Convert it into timefunctions using timefunctions Node.
- Prints the results.
String to Date¶
It converts it into stringtodate using stringtodate Node.