Hey there, actually i was trying to upload the dish data , but before that i did upload ingredients data as each dish have ingredients associated with it which was linked via child table where user can input the ingredients needed, shown in pic 1 and pic 2 . but when i tried to upload dish, error came that no ingredient named so found, when though they exist as shown in image and i am not able to understand why it is happening.
i double check the table attached then to not got any solution.
One thing more when i changed the name of ingredient in the dish csv file that i am uploading to base name meaning suppose Cherries to cherries then it show no error.? so is there any setting that is wrong from my side?
In this video child table part is not describe and basically import data that are not with child table is working fine, but when is it comes to import data in child table photo already upload , the name of ingredient is been search by its id for e.g. GREEN CAPSICUM is been search by green-capsicum, which is causing that ingredient not found , but actually the ingredient is there in ingredient doctype.
One where ingredients name are mentioned which is ingredient doctype and the other is the dish doctype.
Now i get the issue, like the ingredients in the dish doctype are pointing to the ids rather than the name, that’s why i am not able to import and get error ingredient not found.
How should i fix this so the in dish doctype I get ingredients name rather the ids.??