beckn / beckn-utilities

Other
0 stars 2 forks source link

Write a generic utility to import catalog into Strapi #104

Closed vbabuEM closed 4 months ago

vbabuEM commented 4 months ago

Problem As part of https://github.com/beckn/beckn-utilities/issues/102 we have a utility that inserts a catalog from a csv file into Strapi. This catalog was created for the MIT demo and had some inefficiencies in it. Primarily it was made in a single csv and so had data repitition etc.

Requirement Design a simple catalog writing guideline and modify the utility to use catalogs written using the guideline