Developer forum

Forum » Development » Importing more than one csv in one pipe

Importing more than one csv in one pipe


Reply

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.


Replies

 
Reply

How about combining the two files and use XLST to determine whether or not to import the product?

 
Reply
Sorensen wrote:

How about combining the two files and use XLST to determine whether or not to import the product?

can't merge the files.

 

Another problem is a csv file that has more than one destination.

How do I solve this?

 
Reply

Only one destination is supported. The following activities will be invoked, but no data will be present, hence they will be of no use.

 

You must be logged in to post in the forum