Developer forum

Forum » Development » Import/Export

Reply

Hi,

 

We are trying to import products into Dynamicweb Product Catalogue, but we end up with the error message "1:30 Product destination Process Error: Value cannot be null. Parameter name: s"

 

The solution is http://novipapel.dev.dynamicweb.pt/Admin/default.aspx and the pipeline is "importar produtos".

 

We would appreciate if someone could give us an answer/provide help, since we are almost finished with this project

 

Best Regards,

Nuno


Replies

 
Reply

You've set the pipeline up like this:

 

CSV to XML

XML File Destination

XSL Transform

Product Destination

 

After the first destination, the input is dropped, and there's no data to work with. Remove the XML File Destination, and it will probably work.

 

 
Reply

Hi Lars,

 

Now I get the error, without the XML File Destination:

18:34 Product destination Process Error: Data at the root level is invalid. Line 1, position 1.
 

Any ideas?

Nuno

 
Reply

Try swapping places for your XML File Desintation and XSL Transform activities. The file generated by XML File Destination will then contain what is passed to the Product Destination activity. You'll see that it is empty, so something goes wrong when you merge the XML with the XSLT.

 

I think it will be easier for you to download the XML file and work on your XSLT locally so you can easier test the output.

 
Reply
Sorensen wrote:

Try swapping places for your XML File Desintation and XSL Transform activities. The file generated by XML File Destination will then contain what is passed to the Product Destination activity. You'll see that it is empty, so something goes wrong when you merge the XML with the XSLT.

 

I think it will be easier for you to download the XML file and work on your XSLT locally so you can easier test the output.


 

Hi Lars,

 

Sorry for the late answer... I totally forgot about this, since Ricardo was there and sorted everything out.

 

Thanks.

Nuno

 
Reply

Oh, ok. That's a different approach:)

 

You must be logged in to post in the forum