Try our conversational search powered by Generative AI!

Hook to csv import

Vote:
 

I have a CSV with some products that I want to improt. Lets assume the products are computers, and the csv looks something like this:

ProductName | Description                                            | Manufacturer | Details     |

Dell Laptop    | soome text... 3gb, 3.4Ghz ...some text... |  Dell              | blah blah |

...

The goal is to have a MetaClass called ComputerContent that will look something like this:

ComputerContent

   Manufacturer

   ProcessorSpeed

   RAM

   .....

I need to be able to use a regex and some heuristics to get the RAM and ProcessorSpeed out of the Description field of the CSV and put them into the appropriate fields of the MetaClass.

So my question is: Is there a way i can hook to the built-in importing process or I need to build my own import tool? 

#139889
Oct 09, 2015 0:14
Vote:
 

With assumption that you are on Commerce 9, There are many event where you could hook "Search for Catalog Events".

But I am wondering there can be more simple solution as creating a new csv file IN Excel, These rules can be added in Excel.

Regards

/K

#140495
Oct 21, 2015 11:28
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.