Skip to main content
Solved

Add multiple vendors to a stock item and skip when excel is empty

  • April 18, 2024
  • 9 replies
  • 105 views

Hello everyone,

I have the problem that I want to add several suppliers to a stock item. This works so far, but I need a way to skip empty rows in Excel.

For example:

I have three possible suppliers in my Excel list.

Two are imported.

For the third one, it throws an error because there is none, for example.

 

 

Does anyone have any idea how I can work around this?

Kind regards

Best answer by Manikanta Dhulipudi

Hi @ernst97 

Please find the attached Import scenairo 

can you update your data provider as below ( Attached for reference). If the data is missing and it is null then the record will shows as failed, In this way we can upload the vendor which are available.

SKU Vendor ID Vendor Name Location Warehouse Purchase Unit
AACOMPUT01 ELEEASTCOM East COM Electronic Supplies MAIN   EA
AACOMPUT01 ELEEMPEROR Emperor Office Equipment MAIN   EA
View original
Did this topic help you find an answer to your question?

9 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

Hi @ernst97 

Have you tried by disabling the below Mapping 

 


  • Author
  • Freshman II
  • 6 replies
  • April 18, 2024
manikantad18 wrote:

Hi @ernst97 

Have you tried by disabling the below Mapping 

 

Hi @manikantad18 ,

I have now tried it but the same error occurs. Vendor ID must not be empty.


Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

Hi @ernst97 Please share Import scenario XML File.


  • Author
  • Freshman II
  • 6 replies
  • April 18, 2024

Here it is.


Laura02
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3132 replies
  • April 18, 2024

Hello,

Did you try selecting ON “Ignore Error” option in the Import Scenario screen?

 


  • Author
  • Freshman II
  • 6 replies
  • April 18, 2024
Laura02 wrote:

Hello,

Did you try selecting ON “Ignore Error” option in the Import Scenario screen?

 

Yes, unfortunately I've already tried that too


  • Author
  • Freshman II
  • 6 replies
  • April 18, 2024

@Laura02 @manikantad18 

Is there a kind of zero or skip command?
Then I think it would be possible via an IIF query.

for example IIF([VENDORID] = null, 0 / skip, [VENDORID])


Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

Hi @ernst97 

Please find the attached Import scenairo 

can you update your data provider as below ( Attached for reference). If the data is missing and it is null then the record will shows as failed, In this way we can upload the vendor which are available.

SKU Vendor ID Vendor Name Location Warehouse Purchase Unit
AACOMPUT01 ELEEASTCOM East COM Electronic Supplies MAIN   EA
AACOMPUT01 ELEEMPEROR Emperor Office Equipment MAIN   EA

Forum|alt.badge.img+6
  • Captain II
  • 563 replies
  • April 18, 2024
ernst97 wrote:

@Laura02 @manikantad18 

Is there a kind of zero or skip command?
Then I think it would be possible via an IIF query.

for example IIF([VENDORID] = null, 0 / skip, [VENDORID])

I think you’re looking for putting something in the Source Restrictions tab which will allow you to filter out the records from the source file before they are processed by the import scenario.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings