How to pass multiple csv files as input to NEWMAN

1 Like

If you are on a Unix system, maybe you can try this before running Newman:

paste -d, dataset1.csv dataset2.csv > merged-dataset.csv

Can you please provide steps for windows system?

@vdespa - Can you please help for windows. what should be the command.