In the import/export I whant to import more than one csv file in one pipeline.
The csv files are dependant on eachother so the second one can only start if the first one succeded.
Ex. the products have a field called replacement product. This information is form the file "replacement.csv". In order for this information to be imported the product must exist and so the file "product.csv" has to be imported first. I problem is that I can only have one pipe for this. There could be some pipes that have more than two files.