Creating two loops that run simultaneously for a specific directory and extract JSON data
I would like to extract data simultaneously from the same directory but they have different file names and different data in each. I did a simple separate loop like this, where I just specify which files to read and extract…