contentstack / contentstack-export

Node.js utility to export content from Contentstack
MIT License
7 stars 13 forks source link

Avoid exporting non-localized entries #12

Open iyerrama29 opened 5 years ago

iyerrama29 commented 5 years ago

Exporting non-localized entries in all the locales (where they are not localized) results in contentstack-import creating localized versions of the same.

By not exporting those objects, we can can avoid the bug.

Improves import utility library speed by "x" times the language present in the stack.