Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 291 Bytes

FLOW.md

File metadata and controls

12 lines (9 loc) · 291 Bytes

Flow of the Application

You Need Mermaid Exciton Support to see it

This file will contain the flow of the app till last commit

flowchart TD
  A[Start] -- run 'textToCsvConvertor.py' --> B[Files Conversion];
  B -- run 'dataFormatter' --> C[Format Data];
  C --> D[End]
Loading