graph LR R[(raw data)] --> RS([raw schema]) RS --> TF[transform function] TF --> TS([transformed schema]) TS --> T[(transformed data)] style RS fill:#8bedc6,stroke:#333 style TS fill:#8bedc6,stroke:#333
graph LR G([raw schema]) --> T1[(test case 1)] G --> T2[(test case 2)] G --> TN[(test case n)] T1 --> TF[transform function] T2 --> TF TN --> TF TF --> TS([transformed schema]) TS --> T[(transformed data)] style G fill:#8bedc6,stroke:#333 style TS fill:#8bedc6,stroke:#333