How to use different datasets together for DataLoader

I have three datasets: (1) dlg graph dataset, (2) a text dataset, (3) another text dataset. These three data sets are related to each other, and the final training data set needs to be formed according to specific rules. But I don’t know how to send these three data sets into Dataloader. Can you help me? Thanks