## Syntax ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> CSVDECODE[CSVDECODE]:::quoted CSVDECODE --> End((END)) ```