I have a bit weired scenario where i need to fetch data
i have following three products
product1,product2,product3
and each product has different ids(e.g. p1345,p3453,p2345) and then each froduct have different options which are having different skus
product1 - option1(sku234),option2(sku345)
product2 - option1(sku1001)
product3 - option1(sku0022),option2(sku0033)
so if i store products in one csv file and options in other csv file,how can i fetch the relevant skus from the option file.